Html Css Color HEX #818999 Light Slate Grey

📋 copy color: '#818999'

red 129 ◦ green 137 ◦ blue 153

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

Shades of Light Slate Grey #818999

Tints of Light Slate Grey #818999

RGB

 RED value IS 129 (50.78% from 255) = 30.79%

 GREEN value IS 137 (53.91% from 255) = 32.7%

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

R = 30.79%
G = 32.7%
B = 36.52%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#818999 (or 0x818999) is known color: Light Slate Grey. HEX triplet: 81, 89 and 99. RGB value is (129,137,153). Sum of RGB (Red+Green+Blue) = 129+137+153=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #818999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818999 is #7E7666. Grayscale: #888888. Windows color (decimal): -8287847 or 10062209. OLE color: 10062209.

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

Color convert

RGB 129 137 153 -
CMYK 0.16 0.10 0 0.4
HSL 220º 0.11% 0.55% -
HSV(B) 220º 0.16% 0.6% -
XYZ 23.75 24.86 33.68 -
YUV 136.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 129 137 153 0.16 0.10 0 0.4 220 0.11 0.55
Hex 81 89 99 10 A 0 28 DC B 37
Octal 201 211 231 20 12 0 50 334 13 67
Binary 10000001 10001001 10011001 10000 1010 0 101000 11011100 1011 110111

Color Harmonies of #818999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818999

Black with #818999

Text Example


Text Example

White with #818999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818999; }

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

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

background-color css

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

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

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

border-color css

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

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

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