#716DCF

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

Shades of Slate Blue #716DCF

Tints of Slate Blue #716DCF

Color information

#716DCF (or 0x716DCF) is unknown color: approx Slate Blue. HEX triplet: 71, 6D and CF. RGB value is (113,109,207). Sum of RGB (Red+Green+Blue) = 113+109+207=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #716DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCF is #8E9230. Grayscale: #787878. Windows color (decimal): -9343537 or 13593969. OLE color: 13593969.

HSL color Cylindrical-coordinate representation of color #716DCF: hue angle of 242.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716DCF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113109207-
CMYK0.450.4700.19
HSL242.45º50.52%61.96%-
HSV(B)242.45º47.34%81.18%-
XYZ23.5418.9561.45-
YUV121.37176.33122.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=26.34%
G=25.41%
B=48.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131092070.450.4700.19242.4550.5261.96
Hex716DCF2D2F013f2333e
Octal16115531755570233626376
Binary111000111011011100111110110110111101001111110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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