Html Css Color HEX #866BA6 Deluge

📋 copy color: '#866BA6'

red 134 ◦ green 107 ◦ blue 166

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

Shades of Deluge #866BA6

Tints of Deluge #866BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 32.92%
G = 26.29%
B = 40.79%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#866BA6 (or 0x866BA6) is known color: Deluge. HEX triplet: 86, 6B and A6. RGB value is (134,107,166). Sum of RGB (Red+Green+Blue) = 134+107+166=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #866BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BA6 is #799459. Grayscale: #797979. Windows color (decimal): -7967834 or 10906502. OLE color: 10906502.

HSL color Cylindrical-coordinate representation of color #866BA6: hue angle of 267.46º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866BA6 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 107 166 -
CMYK 0.19 0.36 0 0.35
HSL 267.46º 0.25% 0.54% -
HSV(B) 267.46º 0.36% 0.65% -
XYZ 21.97 18.34 38.46 -
YUV 121.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 134 107 166 0.19 0.36 0 0.35 267.46 0.25 0.54
Hex 86 6B A6 13 24 0 23 10B 19 36
Octal 206 153 246 23 44 0 43 413 31 66
Binary 10000110 1101011 10100110 10011 100100 0 100011 100001011 11001 110110

Color Harmonies of #866BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BA6

Black with #866BA6

Text Example


Text Example

White with #866BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,166); }

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

background-color css

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

 a { background-color: rgb(134,107,166); }

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

border-color css

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

 span { border-color: rgb(134,107,166); }

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