Html Css Color HEX #8468AB Deluge

📋 copy color: '#8468AB'

red 132 ◦ green 104 ◦ blue 171

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

Shades of Deluge #8468AB

Tints of Deluge #8468AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

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

R = 32.43%
G = 25.55%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8468AB (or 0x8468AB) is known color: Deluge. HEX triplet: 84, 68 and AB. RGB value is (132,104,171). Sum of RGB (Red+Green+Blue) = 132+104+171=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #8468AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468AB is #7B9754. Grayscale: #777777. Windows color (decimal): -8099669 or 11233412. OLE color: 11233412.

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

Color convert

RGB 132 104 171 -
CMYK 0.23 0.39 0 0.33
HSL 265.07º 0.29% 0.54% -
HSV(B) 265.07º 0.39% 0.67% -
XYZ 21.82 17.75 40.8 -
YUV 120.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 132 104 171 0.23 0.39 0 0.33 265.07 0.29 0.54
Hex 84 68 AB 17 27 0 21 109 1D 36
Octal 204 150 253 27 47 0 41 411 35 66
Binary 10000100 1101000 10101011 10111 100111 0 100001 100001001 11101 110110

Color Harmonies of #8468AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468AB

Black with #8468AB

Text Example


Text Example

White with #8468AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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