#714DC9

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

Shades of Slate Blue #714DC9

Tints of Slate Blue #714DC9

Color information

#714DC9 (or 0x714DC9) is unknown color: approx Slate Blue. HEX triplet: 71, 4D and C9. RGB value is (113,77,201). Sum of RGB (Red+Green+Blue) = 113+77+201=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #714DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DC9 is #8EB236. Grayscale: #656565. Windows color (decimal): -9351735 or 13192561. OLE color: 13192561.

HSL color Cylindrical-coordinate representation of color #714DC9: hue angle of 257.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714DC9 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11377201-
CMYK0.440.6200.21
HSL257.42º53.45%54.51%-
HSV(B)257.42º61.69%78.82%-
XYZ20.0113.0456.72-
YUV101.9183.93135.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=28.90%
G=19.69%
B=51.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113772010.440.6200.21257.4253.4554.51
Hex714DC92C3E0151013537
Octal16111531154760254016567
Binary1110001100110111001001101100111110010101100000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714DC9; }

 p { color: rgb(113,77,201); }

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

<style>
 a { background-color: #714DC9; }

 a { background-color: rgb(113,77,201); }

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

<style>
 span { border-color: #714DC9; }

 span { border-color: rgb(113,77,201); }

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