Html Css Color HEX #8672AA Deluge

📋 copy color: '#8672AA'

red 134 ◦ green 114 ◦ blue 170

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

Shades of Deluge #8672AA

Tints of Deluge #8672AA

RGB

 RED value IS 134 (52.73% from 255) = 32.06%

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 32.06%
G = 27.27%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8672AA (or 0x8672AA) is known color: Deluge. HEX triplet: 86, 72 and AA. RGB value is (134,114,170). Sum of RGB (Red+Green+Blue) = 134+114+170=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8672AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672AA is #798D55. Grayscale: #7E7E7E. Windows color (decimal): -7966038 or 11170438. OLE color: 11170438.

HSL color Cylindrical-coordinate representation of color #8672AA: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8672AA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 114 170 -
CMYK 0.21 0.33 0 0.33
HSL 261.43º 0.25% 0.56% -
HSV(B) 261.43º 0.33% 0.67% -
XYZ 23.1 20.01 40.67 -
YUV 126.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 134 114 170 0.21 0.33 0 0.33 261.43 0.25 0.56
Hex 86 72 AA 15 21 0 21 105 19 38
Octal 206 162 252 25 41 0 41 405 31 70
Binary 10000110 1110010 10101010 10101 100001 0 100001 100000101 11001 111000

Color Harmonies of #8672AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672AA

Black with #8672AA

Text Example


Text Example

White with #8672AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672AA; }

 p { color: rgb(134,114,170); }

 H1.HeaderClassName
 {
   color: #8672AA;
 }
 .AnyTagClassName
 {
   color: #8672AA;
 }
</style>

background-color css

<style>
 a { background-color: #8672AA; }

 a { background-color: rgb(134,114,170); }

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

border-color css

<style>
 span { border-color: #8672AA; }

 span { border-color: rgb(134,114,170); }

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