Html Css Color HEX #878099 Deluge

📋 copy color: '#878099'

red 135 ◦ green 128 ◦ blue 153

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

Shades of Deluge #878099

Tints of Deluge #878099

RGB

 RED value IS 135 (53.13% from 255) = 32.45%

 GREEN value IS 128 (50.39% from 255) = 30.77%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 32.45%
G = 30.77%
B = 36.78%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#878099 (or 0x878099) is known color: Deluge. HEX triplet: 87, 80 and 99. RGB value is (135,128,153). Sum of RGB (Red+Green+Blue) = 135+128+153=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #878099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878099 is #787F66. Grayscale: #848484. Windows color (decimal): -7896935 or 10059911. OLE color: 10059911.

HSL color Cylindrical-coordinate representation of color #878099: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878099 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 128 153 -
CMYK 0.12 0.16 0 0.4
HSL 256.8º 0.11% 0.55% -
HSV(B) 256.8º 0.16% 0.6% -
XYZ 23.46 22.89 33.32 -
YUV 132.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 135 128 153 0.12 0.16 0 0.4 256.8 0.11 0.55
Hex 87 80 99 C 10 0 28 101 B 37
Octal 207 200 231 14 20 0 50 401 13 67
Binary 10000111 10000000 10011001 1100 10000 0 101000 100000001 1011 110111

Color Harmonies of #878099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878099

Black with #878099

Text Example


Text Example

White with #878099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878099; }

 p { color: rgb(135,128,153); }

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

background-color css

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

 a { background-color: rgb(135,128,153); }

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

border-color css

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

 span { border-color: rgb(135,128,153); }

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