#716FD6

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

Shades of Slate Blue #716FD6

Tints of Slate Blue #716FD6

Color information

#716FD6 (or 0x716FD6) is unknown color: approx Slate Blue. HEX triplet: 71, 6F and D6. RGB value is (113,111,214). Sum of RGB (Red+Green+Blue) = 113+111+214=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #716FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FD6 is #8E9029. Grayscale: #7A7A7A. Windows color (decimal): -9343018 or 14053233. OLE color: 14053233.

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

Color convert

RGB113111214-
CMYK0.470.4800.16
HSL241.17º55.68%63.73%-
HSV(B)241.17º48.13%83.92%-
XYZ24.6319.7366.13-
YUV123.34179.16120.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 214 (83.98% from 255) = 48.86%
R=25.80%
G=25.34%
B=48.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131112140.470.4800.16241.1755.6863.73
Hex716FD62F30010f13840
Octal161157326576002036170100
Binary1110001110111111010110101111110000010000111100011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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