Html Css Color HEX #704DDB Slate Blue

📋 copy color: '#704DDB'

red 112 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #704DDB

Tints of Slate Blue #704DDB

RGB

 RED value IS 112 (44.14% from 255) = 27.45%

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 27.45%
G = 18.87%
B = 53.68%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#704DDB (or 0x704DDB) is known color: Slate Blue. HEX triplet: 70, 4D and DB. RGB value is (112,77,219). Sum of RGB (Red+Green+Blue) = 112+77+219=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #704DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DDB is #8FB224. Grayscale: #676767. Windows color (decimal): -9417253 or 14372208. OLE color: 14372208.

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

Color convert

RGB 112 77 219 -
CMYK 0.49 0.65 0 0.14
HSL 254.79º 0.66% 0.58% -
HSV(B) 254.79º 0.65% 0.86% -
XYZ 22.12 13.87 68.53 -
YUV 103.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 112 77 219 0.49 0.65 0 0.14 254.79 0.66 0.58
Hex 70 4D DB 31 41 0 E FF 42 3A
Octal 160 115 333 61 101 0 16 377 102 72
Binary 1110000 1001101 11011011 110001 1000001 0 1110 11111111 1000010 111010

Color Harmonies of #704DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DDB

Black with #704DDB

Text Example


Text Example

White with #704DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704DDB;
 }
 .AnyTagClassName
 {
   color: #704DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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