Html Css Color HEX #8470AB Deluge

📋 copy color: '#8470AB'

red 132 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8470AB

Tints of Deluge #8470AB

RGB

 RED value IS 132 (51.95% from 255) = 31.81%

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 31.81%
G = 26.99%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8470AB (or 0x8470AB) is known color: Deluge. HEX triplet: 84, 70 and AB. RGB value is (132,112,171). Sum of RGB (Red+Green+Blue) = 132+112+171=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8470AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8470AB is #7B8F54. Grayscale: #7C7C7C. Windows color (decimal): -8097621 or 11235460. OLE color: 11235460.

HSL color Cylindrical-coordinate representation of color #8470AB: hue angle of 260.34º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8470AB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 112 171 -
CMYK 0.23 0.35 0 0.33
HSL 260.34º 0.26% 0.55% -
HSV(B) 260.34º 0.35% 0.67% -
XYZ 22.66 19.43 41.08 -
YUV 124.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 132 112 171 0.23 0.35 0 0.33 260.34 0.26 0.55
Hex 84 70 AB 17 23 0 21 104 1A 37
Octal 204 160 253 27 43 0 41 404 32 67
Binary 10000100 1110000 10101011 10111 100011 0 100001 100000100 11010 110111

Color Harmonies of #8470AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8470AB

Black with #8470AB

Text Example


Text Example

White with #8470AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8470AB; }

 p { color: rgb(132,112,171); }

 H1.HeaderClassName
 {
   color: #8470AB;
 }
 .AnyTagClassName
 {
   color: #8470AB;
 }
</style>

background-color css

<style>
 a { background-color: #8470AB; }

 a { background-color: rgb(132,112,171); }

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

border-color css

<style>
 span { border-color: #8470AB; }

 span { border-color: rgb(132,112,171); }

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