Html Css Color HEX #716ACC Slate Blue

📋 copy color: '#716ACC'

red 113 ◦ green 106 ◦ blue 204

#716ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #716ACC

Tints of Slate Blue #716ACC

RGB

 RED value IS 113 (44.53% from 255) = 26.71%

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 26.71%
G = 25.06%
B = 48.23%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#716ACC (or 0x716ACC) is known color: Slate Blue. HEX triplet: 71, 6A and CC. RGB value is (113,106,204). Sum of RGB (Red+Green+Blue) = 113+106+204=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #716ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ACC is #8E9533. Grayscale: #767676. Windows color (decimal): -9344308 or 13396593. OLE color: 13396593.

HSL color Cylindrical-coordinate representation of color #716ACC: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716ACC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 106 204 -
CMYK 0.45 0.48 0 0.2
HSL 244.29º 0.49% 0.61% -
HSV(B) 244.29º 0.48% 0.8% -
XYZ 22.86 18.18 59.43 -
YUV 119.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 113 106 204 0.45 0.48 0 0.2 244.29 0.49 0.61
Hex 71 6A CC 2D 30 0 14 F4 31 3D
Octal 161 152 314 55 60 0 24 364 61 75
Binary 1110001 1101010 11001100 101101 110000 0 10100 11110100 110001 111101

Color Harmonies of #716ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ACC

Black with #716ACC

Text Example


Text Example

White with #716ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716ACC; }

 p { color: rgb(113,106,204); }

 H1.HeaderClassName
 {
   color: #716ACC;
 }
 .AnyTagClassName
 {
   color: #716ACC;
 }
</style>

background-color css

<style>
 a { background-color: #716ACC; }

 a { background-color: rgb(113,106,204); }

 div.DivClassName
 {
   background-color: #716ACC;
 }
 .BgClassName
 {
   background-color: #716ACC;
 }
</style>

border-color css

<style>
 span { border-color: #716ACC; }

 span { border-color: rgb(113,106,204); }

 td.TdClassName
 {
   border-color: #716ACC;
 }
 .TagClassName
 {
   border-color: #716ACC;
 }
</style>