#704BD7

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

Shades of Slate Blue #704BD7

Tints of Slate Blue #704BD7

Color information

#704BD7 (or 0x704BD7) is unknown color: approx Slate Blue. HEX triplet: 70, 4B and D7. RGB value is (112,75,215). Sum of RGB (Red+Green+Blue) = 112+75+215=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #704BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD7 is #8FB428. Grayscale: #656565. Windows color (decimal): -9417769 or 14109552. OLE color: 14109552.

HSL color Cylindrical-coordinate representation of color #704BD7: hue angle of 255.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704BD7 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11275215-
CMYK0.480.6500.16
HSL255.86º63.64%56.86%-
HSV(B)255.86º65.12%84.31%-
XYZ21.4613.3865.74-
YUV102.02191.76135.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 215 (84.38% from 255) = 53.48%
R=27.86%
G=18.66%
B=53.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112752150.480.6500.16255.8663.6456.86
Hex704BD730410101004039
Octal1601133276010102040010071
Binary111000010010111101011111000010000010100001000000001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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