Html Css Color HEX #704BD9 Slate Blue

📋 copy color: '#704BD9'

red 112 ◦ green 75 ◦ blue 217

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

Shades of Slate Blue #704BD9

Tints of Slate Blue #704BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.71%

R = 27.72%
G = 18.56%
B = 53.71%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#704BD9 (or 0x704BD9) is known color: Slate Blue. HEX triplet: 70, 4B and D9. RGB value is (112,75,217). Sum of RGB (Red+Green+Blue) = 112+75+217=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #704BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD9 is #8FB426. Grayscale: #656565. Windows color (decimal): -9417767 or 14240624. OLE color: 14240624.

HSL color Cylindrical-coordinate representation of color #704BD9: hue angle of 255.63º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704BD9 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 75 217 -
CMYK 0.48 0.65 0 0.15
HSL 255.63º 0.65% 0.57% -
HSV(B) 255.63º 0.65% 0.85% -
XYZ 21.72 13.49 67.1 -
YUV 102.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 112 75 217 0.48 0.65 0 0.15 255.63 0.65 0.57
Hex 70 4B D9 30 41 0 F 100 41 39
Octal 160 113 331 60 101 0 17 400 101 71
Binary 1110000 1001011 11011001 110000 1000001 0 1111 100000000 1000001 111001

Color Harmonies of #704BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BD9

Black with #704BD9

Text Example


Text Example

White with #704BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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