Html Css Color HEX #704ED7 Slate Blue

📋 copy color: '#704ED7'

red 112 ◦ green 78 ◦ blue 215

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

Shades of Slate Blue #704ED7

Tints of Slate Blue #704ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 27.65%
G = 19.26%
B = 53.09%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#704ED7 (or 0x704ED7) is known color: Slate Blue. HEX triplet: 70, 4E and D7. RGB value is (112,78,215). Sum of RGB (Red+Green+Blue) = 112+78+215=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #704ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ED7 is #8FB128. Grayscale: #676767. Windows color (decimal): -9417001 or 14110320. OLE color: 14110320.

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

Color convert

RGB 112 78 215 -
CMYK 0.48 0.64 0 0.16
HSL 254.89º 0.63% 0.57% -
HSV(B) 254.89º 0.64% 0.84% -
XYZ 21.67 13.8 65.81 -
YUV 103.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 112 78 215 0.48 0.64 0 0.16 254.89 0.63 0.57
Hex 70 4E D7 30 40 0 10 FF 3F 39
Octal 160 116 327 60 100 0 20 377 77 71
Binary 1110000 1001110 11010111 110000 1000000 0 10000 11111111 111111 111001

Color Harmonies of #704ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704ED7

Black with #704ED7

Text Example


Text Example

White with #704ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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