Html Css Color HEX #86799C Deluge

📋 copy color: '#86799C'

red 134 ◦ green 121 ◦ blue 156

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

Shades of Deluge #86799C

Tints of Deluge #86799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 32.6%
G = 29.44%
B = 37.96%

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

#86799C (or 0x86799C) is known color: Deluge. HEX triplet: 86, 79 and 9C. RGB value is (134,121,156). Sum of RGB (Red+Green+Blue) = 134+121+156=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #86799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86799C is #798663. Grayscale: #808080. Windows color (decimal): -7964260 or 10254726. OLE color: 10254726.

HSL color Cylindrical-coordinate representation of color #86799C: hue angle of 262.29º 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 #86799C is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 121 156 -
CMYK 0.14 0.22 0 0.39
HSL 262.29º 0.15% 0.54% -
HSV(B) 262.29º 0.22% 0.61% -
XYZ 22.67 21.14 34.34 -
YUV 128.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 134 121 156 0.14 0.22 0 0.39 262.29 0.15 0.54
Hex 86 79 9C E 16 0 27 106 F 36
Octal 206 171 234 16 26 0 47 406 17 66
Binary 10000110 1111001 10011100 1110 10110 0 100111 100000110 1111 110110

Color Harmonies of #86799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86799C

Black with #86799C

Text Example


Text Example

White with #86799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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