#714BCC

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

Shades of Slate Blue #714BCC

Tints of Slate Blue #714BCC

Color information

#714BCC (or 0x714BCC) is unknown color: approx Slate Blue. HEX triplet: 71, 4B and CC. RGB value is (113,75,204). Sum of RGB (Red+Green+Blue) = 113+75+204=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #714BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BCC is #8EB433. Grayscale: #646464. Windows color (decimal): -9352244 or 13388657. OLE color: 13388657.

HSL color Cylindrical-coordinate representation of color #714BCC: hue angle of 257.67º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714BCC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11375204-
CMYK0.450.6300.2
HSL257.67º55.84%54.71%-
HSV(B)257.67º63.24%80%-
XYZ20.2312.958.55-
YUV101.07186.09136.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=28.83%
G=19.13%
B=52.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113752040.450.6300.2257.6755.8454.71
Hex714BCC2D3F0141023837
Octal16111331455770244027067
Binary1110001100101111001100101101111111010100100000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,204); }

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

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

 a { background-color: rgb(113,75,204); }

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

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

 span { border-color: rgb(113,75,204); }

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