#704BC7

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

Shades of Slate Blue #704BC7

Tints of Slate Blue #704BC7

Color information

#704BC7 (or 0x704BC7) is unknown color: approx Slate Blue. HEX triplet: 70, 4B and C7. RGB value is (112,75,199). Sum of RGB (Red+Green+Blue) = 112+75+199=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #704BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BC7 is #8FB438. Grayscale: #636363. Windows color (decimal): -9417785 or 13060976. OLE color: 13060976.

HSL color Cylindrical-coordinate representation of color #704BC7: hue angle of 257.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704BC7 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11275199-
CMYK0.440.6200.22
HSL257.9º52.54%53.73%-
HSV(B)257.9º62.31%78.04%-
XYZ19.5112.655.44-
YUV100.2183.76136.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=29.02%
G=19.43%
B=51.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112751990.440.6200.22257.952.5453.73
Hex704BC72C3E0161023536
Octal16011330754760264026566
Binary1110000100101111000111101100111110010110100000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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