#716DD6

Color #716DD6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #716DD6

Tints of Slate Blue #716DD6

Color information

#716DD6 (or 0x716DD6) is unknown color: approx Slate Blue. HEX triplet: 71, 6D and D6. RGB value is (113,109,214). Sum of RGB (Red+Green+Blue) = 113+109+214=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #716DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DD6 is #8E9229. Grayscale: #797979. Windows color (decimal): -9343530 or 14052721. OLE color: 14052721.

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

Color convert

RGB113109214-
CMYK0.470.4900.16
HSL242.29º56.15%63.33%-
HSV(B)242.29º49.07%83.92%-
XYZ24.4219.366.06-
YUV122.17179.83121.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=25.92%
G=25%
B=49.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131092140.470.4900.16242.2956.1563.33
Hex716DD62F31010f2383f
Octal16115532657610203627077
Binary111000111011011101011010111111000101000011110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #716DD6;
 }
 .AnyTagClassName
 {
   color: #716DD6;
 }
</style>
background-color css

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

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

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

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

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

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