#704BCA

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

Shades of Slate Blue #704BCA

Tints of Slate Blue #704BCA

Color information

#704BCA (or 0x704BCA) is unknown color: approx Slate Blue. HEX triplet: 70, 4B and CA. RGB value is (112,75,202). Sum of RGB (Red+Green+Blue) = 112+75+202=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 75 (29.69% from 255 or 19.28% 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 #704BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BCA is #8FB435. Grayscale: #646464. Windows color (decimal): -9417782 or 13257584. OLE color: 13257584.

HSL color Cylindrical-coordinate representation of color #704BCA: hue angle of 257.48º 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 #704BCA is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11275202-
CMYK0.450.6300.21
HSL257.48º54.51%54.31%-
HSV(B)257.48º62.87%79.22%-
XYZ19.8612.7457.29-
YUV100.54185.26136.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=28.79%
G=19.28%
B=51.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112752020.450.6300.21257.4854.5154.31
Hex704BCA2D3F0151013736
Octal16011331255770254016766
Binary1110000100101111001010101101111111010101100000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704BCA; }

 p { color: rgb(112,75,202); }

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

<style>
 a { background-color: #704BCA; }

 a { background-color: rgb(112,75,202); }

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

<style>
 span { border-color: #704BCA; }

 span { border-color: rgb(112,75,202); }

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