#704BCC

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

Shades of Slate Blue #704BCC

Tints of Slate Blue #704BCC

Color information

#704BCC (or 0x704BCC) is unknown color: approx Slate Blue. HEX triplet: 70, 4B and CC. RGB value is (112,75,204). Sum of RGB (Red+Green+Blue) = 112+75+204=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #704BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BCC is #8FB433. Grayscale: #646464. Windows color (decimal): -9417780 or 13388656. OLE color: 13388656.

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

Color convert

RGB11275204-
CMYK0.450.6300.2
HSL257.21º55.84%54.71%-
HSV(B)257.21º63.24%80%-
XYZ20.112.8458.55-
YUV100.77186.26136.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=28.64%
G=19.18%
B=52.17%

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
Decimal112752040.450.6300.2257.2155.8454.71
Hex704BCC2D3F0141013837
Octal16011331455770244017067
Binary1110000100101111001100101101111111010100100000001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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