#704EDB

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

Shades of Slate Blue #704EDB

Tints of Slate Blue #704EDB

Color information

#704EDB (or 0x704EDB) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and DB. RGB value is (112,78,219). Sum of RGB (Red+Green+Blue) = 112+78+219=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #704EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EDB is #8FB124. Grayscale: #676767. Windows color (decimal): -9416997 or 14372464. OLE color: 14372464.

HSL color Cylindrical-coordinate representation of color #704EDB: hue angle of 254.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704EDB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11278219-
CMYK0.490.6400.14
HSL254.47º66.2%58.24%-
HSV(B)254.47º64.38%85.88%-
XYZ22.1914.0168.55-
YUV104.24192.76133.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=27.38%
G=19.07%
B=53.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112782190.490.6400.14254.4766.258.24
Hex704EDB31400Efe423a
Octal1601163336110001637610272
Binary1110000100111011011011110001100000001110111111101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,219); }

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

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

 a { background-color: rgb(112,78,219); }

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

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

 span { border-color: rgb(112,78,219); }

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