Html Css Color HEX #866BA5 Deluge

📋 copy color: '#866BA5'

red 134 ◦ green 107 ◦ blue 165

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

Shades of Deluge #866BA5

Tints of Deluge #866BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 33%
G = 26.35%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#866BA5 (or 0x866BA5) is known color: Deluge. HEX triplet: 86, 6B and A5. RGB value is (134,107,165). Sum of RGB (Red+Green+Blue) = 134+107+165=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #866BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866BA5 is #79945A. Grayscale: #797979. Windows color (decimal): -7967835 or 10840966. OLE color: 10840966.

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

Color convert

RGB 134 107 165 -
CMYK 0.19 0.35 0 0.35
HSL 267.93º 0.24% 0.53% -
HSV(B) 267.93º 0.35% 0.65% -
XYZ 21.88 18.3 37.98 -
YUV 121.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 134 107 165 0.19 0.35 0 0.35 267.93 0.24 0.53
Hex 86 6B A5 13 23 0 23 10C 18 35
Octal 206 153 245 23 43 0 43 414 30 65
Binary 10000110 1101011 10100101 10011 100011 0 100011 100001100 11000 110101

Color Harmonies of #866BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BA5

Black with #866BA5

Text Example


Text Example

White with #866BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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