Html Css Color HEX #704DC0 Slate Blue

📋 copy color: '#704DC0'

red 112 ◦ green 77 ◦ blue 192

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

Shades of Slate Blue #704DC0

Tints of Slate Blue #704DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 29.4%
G = 20.21%
B = 50.39%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704DC0 (or 0x704DC0) is known color: Slate Blue. HEX triplet: 70, 4D and C0. RGB value is (112,77,192). Sum of RGB (Red+Green+Blue) = 112+77+192=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #704DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DC0 is #8FB23F. Grayscale: #646464. Windows color (decimal): -9417280 or 12602736. OLE color: 12602736.

HSL color Cylindrical-coordinate representation of color #704DC0: hue angle of 258.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704DC0 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 77 192 -
CMYK 0.42 0.60 0 0.25
HSL 258.26º 0.48% 0.53% -
HSV(B) 258.26º 0.6% 0.75% -
XYZ 18.85 12.56 51.3 -
YUV 100.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 112 77 192 0.42 0.60 0 0.25 258.26 0.48 0.53
Hex 70 4D C0 2A 3C 0 19 102 30 35
Octal 160 115 300 52 74 0 31 402 60 65
Binary 1110000 1001101 11000000 101010 111100 0 11001 100000010 110000 110101

Color Harmonies of #704DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DC0

Black with #704DC0

Text Example


Text Example

White with #704DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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