Html Css Color HEX #866F9E Deluge

📋 copy color: '#866F9E'

red 134 ◦ green 111 ◦ blue 158

#866F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #866F9E

Tints of Deluge #866F9E

RGB

 RED value IS 134 (52.73% from 255) = 33.25%

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 33.25%
G = 27.54%
B = 39.21%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#866F9E (or 0x866F9E) is known color: Deluge. HEX triplet: 86, 6F and 9E. RGB value is (134,111,158). Sum of RGB (Red+Green+Blue) = 134+111+158=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #866F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F9E is #799061. Grayscale: #7B7B7B. Windows color (decimal): -7966818 or 10383238. OLE color: 10383238.

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

Color convert

RGB 134 111 158 -
CMYK 0.15 0.30 0 0.38
HSL 269.36º 0.2% 0.53% -
HSV(B) 269.36º 0.3% 0.62% -
XYZ 21.69 18.91 34.85 -
YUV 123.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 134 111 158 0.15 0.30 0 0.38 269.36 0.2 0.53
Hex 86 6F 9E F 1E 0 26 10D 14 35
Octal 206 157 236 17 36 0 46 415 24 65
Binary 10000110 1101111 10011110 1111 11110 0 100110 100001101 10100 110101

Color Harmonies of #866F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F9E

Black with #866F9E

Text Example


Text Example

White with #866F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #866F9E;
 }
 .AnyTagClassName
 {
   color: #866F9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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