Html Css Color HEX #86769A Deluge

📋 copy color: '#86769A'

red 134 ◦ green 118 ◦ blue 154

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

Shades of Deluge #86769A

Tints of Deluge #86769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 33%
G = 29.06%
B = 37.93%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#86769A (or 0x86769A) is known color: Deluge. HEX triplet: 86, 76 and 9A. RGB value is (134,118,154). Sum of RGB (Red+Green+Blue) = 134+118+154=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #86769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769A is #798965. Grayscale: #7E7E7E. Windows color (decimal): -7965030 or 10122886. OLE color: 10122886.

HSL color Cylindrical-coordinate representation of color #86769A: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86769A is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 118 154 -
CMYK 0.13 0.23 0 0.40
HSL 266.67º 0.15% 0.53% -
HSV(B) 266.67º 0.23% 0.6% -
XYZ 22.14 20.36 33.33 -
YUV 126.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 134 118 154 0.13 0.23 0 0.40 266.67 0.15 0.53
Hex 86 76 9A D 17 0 28 10B F 35
Octal 206 166 232 15 27 0 50 413 17 65
Binary 10000110 1110110 10011010 1101 10111 0 101000 100001011 1111 110101

Color Harmonies of #86769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86769A

Black with #86769A

Text Example


Text Example

White with #86769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86769A; }

 p { color: rgb(134,118,154); }

 H1.HeaderClassName
 {
   color: #86769A;
 }
 .AnyTagClassName
 {
   color: #86769A;
 }
</style>

background-color css

<style>
 a { background-color: #86769A; }

 a { background-color: rgb(134,118,154); }

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

border-color css

<style>
 span { border-color: #86769A; }

 span { border-color: rgb(134,118,154); }

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