#714CCD

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

Shades of Slate Blue #714CCD

Tints of Slate Blue #714CCD

Color information

#714CCD (or 0x714CCD) is unknown color: approx Slate Blue. HEX triplet: 71, 4C and CD. RGB value is (113,76,205). Sum of RGB (Red+Green+Blue) = 113+76+205=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #714CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CCD is #8EB332. Grayscale: #656565. Windows color (decimal): -9351987 or 13454449. OLE color: 13454449.

HSL color Cylindrical-coordinate representation of color #714CCD: hue angle of 257.21º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714CCD is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11376205-
CMYK0.450.6300.20
HSL257.21º56.33%55.1%-
HSV(B)257.21º62.93%80.39%-
XYZ20.4113.0959.21-
YUV101.77186.26136.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=28.68%
G=19.29%
B=52.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113762050.450.6300.20257.2156.3355.1
Hex714CCD2D3F0141013837
Octal16111431555770244017067
Binary1110001100110011001101101101111111010100100000001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,205); }

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

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

 a { background-color: rgb(113,76,205); }

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

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

 span { border-color: rgb(113,76,205); }

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