#714FE0

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

Shades of Slate Blue #714FE0

Tints of Slate Blue #714FE0

Color information

#714FE0 (or 0x714FE0) is unknown color: approx Slate Blue. HEX triplet: 71, 4F and E0. RGB value is (113,79,224). Sum of RGB (Red+Green+Blue) = 113+79+224=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #714FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FE0 is #8EB01F. Grayscale: #696969. Windows color (decimal): -9351200 or 14700401. OLE color: 14700401.

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

Color convert

RGB11379224-
CMYK0.500.6500.12
HSL254.07º70.05%59.41%-
HSV(B)254.07º64.73%87.84%-
XYZ23.0614.4872.1-
YUV105.7194.76133.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 224 (87.89% from 255) = 53.85%
R=27.16%
G=18.99%
B=53.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113792240.500.6500.12254.0770.0559.41
Hex714FE032410Cfe463b
Octal1611173406210101437610673
Binary1110001100111111100000110010100000101100111111101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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