#8675AB

Color #8675AB Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8675AB

Tints of Deluge #8675AB

Color information

#8675AB (or 0x8675AB) is unknown color: approx Deluge. HEX triplet: 86, 75 and AB. RGB value is (134,117,171). Sum of RGB (Red+Green+Blue) = 134+117+171=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8675AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8675AB is #798A54. Grayscale: #808080. Windows color (decimal): -7965269 or 11236742. OLE color: 11236742.

HSL color Cylindrical-coordinate representation of color #8675AB: hue angle of 258.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8675AB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134117171-
CMYK0.220.3200.33
HSL258.89º24.32%56.47%-
HSV(B)258.89º31.58%67.06%-
XYZ23.5420.7341.29-
YUV128.24152.13132.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=31.75%
G=27.73%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341171710.220.3200.33258.8924.3256.47
Hex8675AB16200211031838
Octal20616525326400414033070
Binary1000011011101011010101110110100000010000110000001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,117,171); }

 H1.HeaderClassName
 {
   color: #8675AB;
 }
 .AnyTagClassName
 {
   color: #8675AB;
 }
</style>
background-color css

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

 a { background-color: rgb(134,117,171); }

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

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

 span { border-color: rgb(134,117,171); }

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