#714ae0

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

Shades of Slate Blue #714AE0

Tints of Slate Blue #714AE0

Color information

#714AE0 (or 0x714AE0) is unknown color: approx Slate Blue. HEX triplet: 71, 4A and E0. RGB value is (113,74,224). Sum of RGB (Red+Green+Blue) = 113+74+224=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #714AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AE0 is #8EB51F. Grayscale: #666666. Windows color (decimal): -9352480 or 14699121. OLE color: 14699121.

HSL color Cylindrical-coordinate representation of color #714AE0: hue angle of 255.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714AE0 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11374224-
CMYK0.500.6700.12
HSL255.6º70.75%58.43%-
HSV(B)255.6º66.96%87.84%-
XYZ22.7113.7971.99-
YUV102.76196.42135.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 224 (87.89% from 255) = 54.50%
R=27.49%
G=18.00%
B=54.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113742240.500.6700.12255.670.7558.43
Hex714AE032430C100473a
Octal1611123406210301440010772
Binary11100011001010111000001100101000011011001000000001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,74,224); }

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

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

 a { background-color: rgb(113,74,224); }

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

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

 span { border-color: rgb(113,74,224); }

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