#714AC4

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

Shades of Slate Blue #714AC4

Tints of Slate Blue #714AC4

Color information

#714AC4 (or 0x714AC4) is unknown color: approx Slate Blue. HEX triplet: 71, 4A and C4. RGB value is (113,74,196). Sum of RGB (Red+Green+Blue) = 113+74+196=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #714AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AC4 is #8EB53B. Grayscale: #636363. Windows color (decimal): -9352508 or 12864113. OLE color: 12864113.

HSL color Cylindrical-coordinate representation of color #714AC4: hue angle of 259.18º 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 #714AC4 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11374196-
CMYK0.420.6200.23
HSL259.18º50.83%52.94%-
HSV(B)259.18º62.24%76.86%-
XYZ19.2212.3953.6-
YUV99.57182.42137.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=29.50%
G=19.32%
B=51.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113741960.420.6200.23259.1850.8352.94
Hex714AC42A3E0171033335
Octal16111230452760274036365
Binary1110001100101011000100101010111110010111100000011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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