Html Css Color HEX #704EC0 Slate Blue

📋 copy color: '#704EC0'

red 112 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #704EC0

Tints of Slate Blue #704EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

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

R = 29.32%
G = 20.42%
B = 50.26%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704EC0 (or 0x704EC0) is known color: Slate Blue. HEX triplet: 70, 4E and C0. RGB value is (112,78,192). Sum of RGB (Red+Green+Blue) = 112+78+192=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #704EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EC0 is #8FB13F. Grayscale: #646464. Windows color (decimal): -9417024 or 12602992. OLE color: 12602992.

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

Color convert

RGB 112 78 192 -
CMYK 0.42 0.59 0 0.25
HSL 257.89º 0.48% 0.53% -
HSV(B) 257.89º 0.59% 0.75% -
XYZ 18.92 12.7 51.32 -
YUV 101.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 112 78 192 0.42 0.59 0 0.25 257.89 0.48 0.53
Hex 70 4E C0 2A 3B 0 19 102 30 35
Octal 160 116 300 52 73 0 31 402 60 65
Binary 1110000 1001110 11000000 101010 111011 0 11001 100000010 110000 110101

Color Harmonies of #704EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EC0

Black with #704EC0

Text Example


Text Example

White with #704EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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