#714AC5

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

Shades of Slate Blue #714AC5

Tints of Slate Blue #714AC5

Color information

#714AC5 (or 0x714AC5) is unknown color: approx Slate Blue. HEX triplet: 71, 4A and C5. RGB value is (113,74,197). Sum of RGB (Red+Green+Blue) = 113+74+197=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #714AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AC5 is #8EB53A. Grayscale: #636363. Windows color (decimal): -9352507 or 12929649. OLE color: 12929649.

HSL color Cylindrical-coordinate representation of color #714AC5: hue angle of 259.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714AC5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11374197-
CMYK0.430.6200.23
HSL259.02º51.46%53.14%-
HSV(B)259.02º62.44%77.25%-
XYZ19.3412.4454.21-
YUV99.68182.92137.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 197 (77.34% from 255) = 51.30%
R=29.43%
G=19.27%
B=51.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113741970.430.6200.23259.0251.4653.14
Hex714AC52B3E0171033335
Octal16111230553760274036365
Binary1110001100101011000101101011111110010111100000011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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