Html Css Color HEX #704BE8 Slate Blue

📋 copy color: '#704BE8'

red 112 ◦ green 75 ◦ blue 232

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

Shades of Slate Blue #704BE8

Tints of Slate Blue #704BE8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.9%

 BLUE value IS 232 (91.02% from 255) = 55.37%

R = 26.73%
G = 17.9%
B = 55.37%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#704BE8 (or 0x704BE8) is known color: Slate Blue. HEX triplet: 70, 4B and E8. RGB value is (112,75,232). Sum of RGB (Red+Green+Blue) = 112+75+232=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #704BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BE8 is #8FB417. Grayscale: #676767. Windows color (decimal): -9417752 or 15223664. OLE color: 15223664.

HSL color Cylindrical-coordinate representation of color #704BE8: hue angle of 254.14º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704BE8 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 75 232 -
CMYK 0.52 0.68 0 0.09
HSL 254.14º 0.77% 0.6% -
HSV(B) 254.14º 0.68% 0.91% -
XYZ 23.76 14.3 77.85 -
YUV 103.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 112 75 232 0.52 0.68 0 0.09 254.14 0.77 0.6
Hex 70 4B E8 34 44 0 9 FE 4D 3C
Octal 160 113 350 64 104 0 11 376 115 74
Binary 1110000 1001011 11101000 110100 1000100 0 1001 11111110 1001101 111100

Color Harmonies of #704BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BE8

Black with #704BE8

Text Example


Text Example

White with #704BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,232); }

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

background-color css

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

 a { background-color: rgb(112,75,232); }

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

border-color css

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

 span { border-color: rgb(112,75,232); }

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