#8678B3

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

Shades of Deluge #8678B3

Tints of Deluge #8678B3

Color information

#8678B3 (or 0x8678B3) is unknown color: approx Deluge. HEX triplet: 86, 78 and B3. RGB value is (134,120,179). Sum of RGB (Red+Green+Blue) = 134+120+179=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #8678B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678B3 is #79874C. Grayscale: #828282. Windows color (decimal): -7964493 or 11761798. OLE color: 11761798.

HSL color Cylindrical-coordinate representation of color #8678B3: hue angle of 254.24º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8678B3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134120179-
CMYK0.250.3300.30
HSL254.24º27.96%58.63%-
HSV(B)254.24º32.96%70.2%-
XYZ24.6821.7645.55-
YUV130.91155.14130.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=30.95%
G=27.71%
B=41.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341201790.250.3300.30254.2427.9658.63
Hex8678B3192101Efe1c3b
Octal20617026331410363763473
Binary10000110111100010110011110011000010111101111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8678B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8678B3; }

 p { color: rgb(134,120,179); }

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

<style>
 a { background-color: #8678B3; }

 a { background-color: rgb(134,120,179); }

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

<style>
 span { border-color: #8678B3; }

 span { border-color: rgb(134,120,179); }

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