Html Css Color HEX #86769F Deluge

📋 copy color: '#86769F'

red 134 ◦ green 118 ◦ blue 159

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

Shades of Deluge #86769F

Tints of Deluge #86769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 32.6%
G = 28.71%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86769F (or 0x86769F) is known color: Deluge. HEX triplet: 86, 76 and 9F. RGB value is (134,118,159). Sum of RGB (Red+Green+Blue) = 134+118+159=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #86769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769F is #798960. Grayscale: #7F7F7F. Windows color (decimal): -7965025 or 10450566. OLE color: 10450566.

HSL color Cylindrical-coordinate representation of color #86769F: hue angle of 263.41º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86769F is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 118 159 -
CMYK 0.16 0.26 0 0.38
HSL 263.41º 0.18% 0.54% -
HSV(B) 263.41º 0.26% 0.62% -
XYZ 22.57 20.53 35.57 -
YUV 127.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 134 118 159 0.16 0.26 0 0.38 263.41 0.18 0.54
Hex 86 76 9F 10 1A 0 26 107 12 36
Octal 206 166 237 20 32 0 46 407 22 66
Binary 10000110 1110110 10011111 10000 11010 0 100110 100000111 10010 110110

Color Harmonies of #86769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86769F

Black with #86769F

Text Example


Text Example

White with #86769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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