Html Css Color HEX #716AD6 Slate Blue

📋 copy color: '#716AD6'

red 113 ◦ green 106 ◦ blue 214

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

Shades of Slate Blue #716AD6

Tints of Slate Blue #716AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.42%

R = 26.1%
G = 24.48%
B = 49.42%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#716AD6 (or 0x716AD6) is known color: Slate Blue. HEX triplet: 71, 6A and D6. RGB value is (113,106,214). Sum of RGB (Red+Green+Blue) = 113+106+214=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #716AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AD6 is #8E9529. Grayscale: #777777. Windows color (decimal): -9344298 or 14051953. OLE color: 14051953.

HSL color Cylindrical-coordinate representation of color #716AD6: hue angle of 243.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716AD6 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 106 214 -
CMYK 0.47 0.50 0 0.16
HSL 243.89º 0.57% 0.63% -
HSV(B) 243.89º 0.5% 0.84% -
XYZ 24.1 18.67 65.95 -
YUV 120.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 113 106 214 0.47 0.50 0 0.16 243.89 0.57 0.63
Hex 71 6A D6 2F 32 0 10 F4 39 3F
Octal 161 152 326 57 62 0 20 364 71 77
Binary 1110001 1101010 11010110 101111 110010 0 10000 11110100 111001 111111

Color Harmonies of #716AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AD6

Black with #716AD6

Text Example


Text Example

White with #716AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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