Html Css Color HEX #86769B Deluge

📋 copy color: '#86769B'

red 134 ◦ green 118 ◦ blue 155

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

Shades of Deluge #86769B

Tints of Deluge #86769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 32.92%
G = 28.99%
B = 38.08%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86769B (or 0x86769B) is known color: Deluge. HEX triplet: 86, 76 and 9B. RGB value is (134,118,155). Sum of RGB (Red+Green+Blue) = 134+118+155=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #86769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769B is #798964. Grayscale: #7E7E7E. Windows color (decimal): -7965029 or 10188422. OLE color: 10188422.

HSL color Cylindrical-coordinate representation of color #86769B: hue angle of 265.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86769B is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 118 155 -
CMYK 0.14 0.24 0 0.39
HSL 265.95º 0.16% 0.54% -
HSV(B) 265.95º 0.24% 0.61% -
XYZ 22.23 20.39 33.77 -
YUV 127 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 134 118 155 0.14 0.24 0 0.39 265.95 0.16 0.54
Hex 86 76 9B E 18 0 27 10A 10 36
Octal 206 166 233 16 30 0 47 412 20 66
Binary 10000110 1110110 10011011 1110 11000 0 100111 100001010 10000 110110

Color Harmonies of #86769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86769B

Black with #86769B

Text Example


Text Example

White with #86769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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