#714ACA

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

Shades of Slate Blue #714ACA

Tints of Slate Blue #714ACA

Color information

#714ACA (or 0x714ACA) is unknown color: approx Slate Blue. HEX triplet: 71, 4A and CA. RGB value is (113,74,202). Sum of RGB (Red+Green+Blue) = 113+74+202=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #714ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ACA is #8EB535. Grayscale: #636363. Windows color (decimal): -9352502 or 13257329. OLE color: 13257329.

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

Color convert

RGB11374202-
CMYK0.440.6300.21
HSL258.28º54.7%54.12%-
HSV(B)258.28º63.37%79.22%-
XYZ19.9212.6757.27-
YUV100.25185.42137.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=29.05%
G=19.02%
B=51.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113742020.440.6300.21258.2854.754.12
Hex714ACA2C3F0151023736
Octal16111231254770254026766
Binary1110001100101011001010101100111111010101100000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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