Html Css Color HEX #704AE5 Slate Blue

📋 copy color: '#704AE5'

red 112 ◦ green 74 ◦ blue 229

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

Shades of Slate Blue #704AE5

Tints of Slate Blue #704AE5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 229 (89.84% from 255) = 55.18%

R = 26.99%
G = 17.83%
B = 55.18%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#704AE5 (or 0x704AE5) is known color: Slate Blue. HEX triplet: 70, 4A and E5. RGB value is (112,74,229). Sum of RGB (Red+Green+Blue) = 112+74+229=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #704AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AE5 is #8FB51A. Grayscale: #666666. Windows color (decimal): -9418011 or 15026800. OLE color: 15026800.

HSL color Cylindrical-coordinate representation of color #704AE5: hue angle of 254.71º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704AE5 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 74 229 -
CMYK 0.51 0.68 0 0.10
HSL 254.71º 0.75% 0.59% -
HSV(B) 254.71º 0.68% 0.9% -
XYZ 23.27 14 75.6 -
YUV 103.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 112 74 229 0.51 0.68 0 0.10 254.71 0.75 0.59
Hex 70 4A E5 33 44 0 A FF 4B 3B
Octal 160 112 345 63 104 0 12 377 113 73
Binary 1110000 1001010 11100101 110011 1000100 0 1010 11111111 1001011 111011

Color Harmonies of #704AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AE5

Black with #704AE5

Text Example


Text Example

White with #704AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,229); }

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

background-color css

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

 a { background-color: rgb(112,74,229); }

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

border-color css

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

 span { border-color: rgb(112,74,229); }

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