Html Css Color HEX #86799B Deluge

📋 copy color: '#86799B'

red 134 ◦ green 121 ◦ blue 155

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

Shades of Deluge #86799B

Tints of Deluge #86799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

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

R = 32.68%
G = 29.51%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86799B (or 0x86799B) is known color: Deluge. HEX triplet: 86, 79 and 9B. RGB value is (134,121,155). Sum of RGB (Red+Green+Blue) = 134+121+155=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #86799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86799B is #798664. Grayscale: #808080. Windows color (decimal): -7964261 or 10189190. OLE color: 10189190.

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

Color convert

RGB 134 121 155 -
CMYK 0.14 0.22 0 0.39
HSL 262.94º 0.15% 0.54% -
HSV(B) 262.94º 0.22% 0.61% -
XYZ 22.59 21.11 33.89 -
YUV 128.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 134 121 155 0.14 0.22 0 0.39 262.94 0.15 0.54
Hex 86 79 9B E 16 0 27 107 F 36
Octal 206 171 233 16 26 0 47 407 17 66
Binary 10000110 1111001 10011011 1110 10110 0 100111 100000111 1111 110110

Color Harmonies of #86799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86799B

Black with #86799B

Text Example


Text Example

White with #86799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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