#866F9D

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

Shades of Deluge #866F9D

Tints of Deluge #866F9D

Color information

#866F9D (or 0x866F9D) is unknown color: approx Deluge. HEX triplet: 86, 6F and 9D. RGB value is (134,111,157). Sum of RGB (Red+Green+Blue) = 134+111+157=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #866F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F9D is #799062. Grayscale: #7A7A7A. Windows color (decimal): -7966819 or 10317702. OLE color: 10317702.

HSL color Cylindrical-coordinate representation of color #866F9D: hue angle of 270º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866F9D is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134111157-
CMYK0.150.2900.38
HSL270º19.01%52.55%-
HSV(B)270º29.3%61.57%-
XYZ21.618.8734.4-
YUV123.12147.12135.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=33.33%
G=27.61%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341111570.150.2900.3827019.0152.55
Hex866F9DF1D02610e1335
Octal20615723517350464162365
Binary10000110110111110011101111111101010011010000111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F9D; }

 p { color: rgb(134,111,157); }

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

<style>
 a { background-color: #866F9D; }

 a { background-color: rgb(134,111,157); }

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

<style>
 span { border-color: #866F9D; }

 span { border-color: rgb(134,111,157); }

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