#8679B4

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

Shades of Deluge #8679B4

Tints of Deluge #8679B4

Color information

#8679B4 (or 0x8679B4) is unknown color: approx Deluge. HEX triplet: 86, 79 and B4. RGB value is (134,121,180). Sum of RGB (Red+Green+Blue) = 134+121+180=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #8679B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679B4 is #79864B. Grayscale: #838383. Windows color (decimal): -7964236 or 11827590. OLE color: 11827590.

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

Color convert

RGB134121180-
CMYK0.260.3300.29
HSL253.22º28.23%59.02%-
HSV(B)253.22º32.78%70.59%-
XYZ24.9122.0446.12-
YUV131.61155.31129.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=30.80%
G=27.82%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341211800.260.3300.29253.2228.2359.02
Hex8679B41A2101Dfd1c3b
Octal20617126432410353753473
Binary10000110111100110110100110101000010111011111110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679B4; }

 p { color: rgb(134,121,180); }

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

<style>
 a { background-color: #8679B4; }

 a { background-color: rgb(134,121,180); }

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

<style>
 span { border-color: #8679B4; }

 span { border-color: rgb(134,121,180); }

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