#8675B6

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

Shades of Deluge #8675B6

Tints of Deluge #8675B6

Color information

#8675B6 (or 0x8675B6) is unknown color: approx Deluge. HEX triplet: 86, 75 and B6. RGB value is (134,117,182). Sum of RGB (Red+Green+Blue) = 134+117+182=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #8675B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675B6 is #798A49. Grayscale: #818181. Windows color (decimal): -7965258 or 11957638. OLE color: 11957638.

HSL color Cylindrical-coordinate representation of color #8675B6: hue angle of 255.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8675B6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134117182-
CMYK0.260.3600.29
HSL255.69º30.81%58.63%-
HSV(B)255.69º35.71%71.37%-
XYZ24.6421.1747.04-
YUV129.49157.63131.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=30.95%
G=27.02%
B=42.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341171820.260.3600.29255.6930.8158.63
Hex8675B61A2401D1001f3b
Octal20616526632440354003773
Binary100001101110101101101101101010010001110110000000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8675B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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