Html Css Color HEX #704EDB Slate Blue

📋 copy color: '#704EDB'

red 112 ◦ green 78 ◦ blue 219

#704EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #704EDB

Tints of Slate Blue #704EDB

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 value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#704EDB (or 0x704EDB) is known color: 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

RGB 112 78 219 -
CMYK 0.49 0.64 0 0.14
HSL 254.47º 0.66% 0.58% -
HSV(B) 254.47º 0.64% 0.86% -
XYZ 22.19 14.01 68.55 -
YUV 104.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 112 78 219 0.49 0.64 0 0.14 254.47 0.66 0.58
Hex 70 4E DB 31 40 0 E FE 42 3A
Octal 160 116 333 61 100 0 16 376 102 72
Binary 1110000 1001110 11011011 110001 1000000 0 1110 11111110 1000010 111010

Color Harmonies of #704EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EDB

Black with #704EDB

Text Example


Text Example

White with #704EDB

Text Example


Text Example

HTML Codes & Css Web 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>