Html Css Color HEX #878098 Deluge

📋 copy color: '#878098'

red 135 ◦ green 128 ◦ blue 152

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

Shades of Deluge #878098

Tints of Deluge #878098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 32.53%
G = 30.84%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#878098 (or 0x878098) is known color: Deluge. HEX triplet: 87, 80 and 98. RGB value is (135,128,152). Sum of RGB (Red+Green+Blue) = 135+128+152=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #878098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878098 is #787F67. Grayscale: #848484. Windows color (decimal): -7896936 or 9994375. OLE color: 9994375.

HSL color Cylindrical-coordinate representation of color #878098: hue angle of 257.5º degrees, saturation: 0.1, 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 #878098 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 128 152 -
CMYK 0.11 0.16 0 0.40
HSL 257.5º 0.1% 0.55% -
HSV(B) 257.5º 0.16% 0.6% -
XYZ 23.38 22.86 32.89 -
YUV 132.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 135 128 152 0.11 0.16 0 0.40 257.5 0.1 0.55
Hex 87 80 98 B 10 0 28 102 A 37
Octal 207 200 230 13 20 0 50 402 12 67
Binary 10000111 10000000 10011000 1011 10000 0 101000 100000010 1010 110111

Color Harmonies of #878098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878098

Black with #878098

Text Example


Text Example

White with #878098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878098; }

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

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

background-color css

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

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

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

border-color css

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

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

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