Html Css Color HEX #878199 Deluge

📋 copy color: '#878199'

red 135 ◦ green 129 ◦ blue 153

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

Shades of Deluge #878199

Tints of Deluge #878199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 32.37%
G = 30.94%
B = 36.69%

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

#878199 (or 0x878199) is known color: Deluge. HEX triplet: 87, 81 and 99. RGB value is (135,129,153). Sum of RGB (Red+Green+Blue) = 135+129+153=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #878199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878199 is #787E66. Grayscale: #858585. Windows color (decimal): -7896679 or 10060167. OLE color: 10060167.

HSL color Cylindrical-coordinate representation of color #878199: hue angle of 255º 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 #878199 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 129 153 -
CMYK 0.12 0.16 0 0.4
HSL 255º 0.11% 0.55% -
HSV(B) 255º 0.16% 0.6% -
XYZ 23.59 23.15 33.36 -
YUV 133.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 135 129 153 0.12 0.16 0 0.4 255 0.11 0.55
Hex 87 81 99 C 10 0 28 FF B 37
Octal 207 201 231 14 20 0 50 377 13 67
Binary 10000111 10000001 10011001 1100 10000 0 101000 11111111 1011 110111

Color Harmonies of #878199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878199

Black with #878199

Text Example


Text Example

White with #878199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878199; }

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

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

background-color css

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

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

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

border-color css

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

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

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