Html Css Color HEX #704ED5 Slate Blue

📋 copy color: '#704ED5'

red 112 ◦ green 78 ◦ blue 213

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

Shades of Slate Blue #704ED5

Tints of Slate Blue #704ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 27.79%
G = 19.35%
B = 52.85%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#704ED5 (or 0x704ED5) is known color: Slate Blue. HEX triplet: 70, 4E and D5. RGB value is (112,78,213). Sum of RGB (Red+Green+Blue) = 112+78+213=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #704ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ED5 is #8FB12A. Grayscale: #676767. Windows color (decimal): -9417003 or 13979248. OLE color: 13979248.

HSL color Cylindrical-coordinate representation of color #704ED5: hue angle of 255.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704ED5 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 78 213 -
CMYK 0.47 0.63 0 0.16
HSL 255.11º 0.62% 0.57% -
HSV(B) 255.11º 0.63% 0.84% -
XYZ 21.42 13.7 64.47 -
YUV 103.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 112 78 213 0.47 0.63 0 0.16 255.11 0.62 0.57
Hex 70 4E D5 2F 3F 0 10 FF 3E 39
Octal 160 116 325 57 77 0 20 377 76 71
Binary 1110000 1001110 11010101 101111 111111 0 10000 11111111 111110 111001

Color Harmonies of #704ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704ED5

Black with #704ED5

Text Example


Text Example

White with #704ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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