Html Css Color HEX #704AC2 Slate Blue

📋 copy color: '#704AC2'

red 112 ◦ green 74 ◦ blue 194

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

Shades of Slate Blue #704AC2

Tints of Slate Blue #704AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.05%

R = 29.47%
G = 19.47%
B = 51.05%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#704AC2 (or 0x704AC2) is known color: Slate Blue. HEX triplet: 70, 4A and C2. RGB value is (112,74,194). Sum of RGB (Red+Green+Blue) = 112+74+194=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #704AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AC2 is #8FB53D. Grayscale: #626262. Windows color (decimal): -9418046 or 12733040. OLE color: 12733040.

HSL color Cylindrical-coordinate representation of color #704AC2: hue angle of 259º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704AC2 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 74 194 -
CMYK 0.42 0.62 0 0.24
HSL 259º 0.5% 0.53% -
HSV(B) 259º 0.62% 0.76% -
XYZ 18.87 12.24 52.41 -
YUV 99.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 112 74 194 0.42 0.62 0 0.24 259 0.5 0.53
Hex 70 4A C2 2A 3E 0 18 103 32 35
Octal 160 112 302 52 76 0 30 403 62 65
Binary 1110000 1001010 11000010 101010 111110 0 11000 100000011 110010 110101

Color Harmonies of #704AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AC2

Black with #704AC2

Text Example


Text Example

White with #704AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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