Html Css Color HEX #879099 Light Slate Grey

📋 copy color: '#879099'

red 135 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #879099

Tints of Light Slate Grey #879099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.33%

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

R = 31.25%
G = 33.33%
B = 35.42%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#879099 (or 0x879099) is known color: Light Slate Grey. HEX triplet: 87, 90 and 99. RGB value is (135,144,153). Sum of RGB (Red+Green+Blue) = 135+144+153=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #879099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879099 is #786F66. Grayscale: #8E8E8E. Windows color (decimal): -7892839 or 10064007. OLE color: 10064007.

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

Color convert

RGB 135 144 153 -
CMYK 0.12 0.06 0 0.4
HSL 210º 0.08% 0.56% -
HSV(B) 210º 0.12% 0.6% -
XYZ 25.71 27.4 34.07 -
YUV 142.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 135 144 153 0.12 0.06 0 0.4 210 0.08 0.56
Hex 87 90 99 C 6 0 28 D2 8 38
Octal 207 220 231 14 6 0 50 322 10 70
Binary 10000111 10010000 10011001 1100 110 0 101000 11010010 1000 111000

Color Harmonies of #879099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879099

Black with #879099

Text Example


Text Example

White with #879099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879099; }

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

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

background-color css

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

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

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

border-color css

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

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

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