Html Css Color HEX #818992 Light Slate Grey

📋 copy color: '#818992'

red 129 ◦ green 137 ◦ blue 146

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

Shades of Light Slate Grey #818992

Tints of Light Slate Grey #818992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 31.31%
G = 33.25%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818992 (or 0x818992) is known color: Light Slate Grey. HEX triplet: 81, 89 and 92. RGB value is (129,137,146). Sum of RGB (Red+Green+Blue) = 129+137+146=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #818992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818992 is #7E766D. Grayscale: #878787. Windows color (decimal): -8287854 or 9603457. OLE color: 9603457.

HSL color Cylindrical-coordinate representation of color #818992: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818992 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 137 146 -
CMYK 0.12 0.06 0 0.43
HSL 211.76º 0.07% 0.54% -
HSV(B) 211.76º 0.12% 0.57% -
XYZ 23.19 24.63 30.73 -
YUV 135.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 129 137 146 0.12 0.06 0 0.43 211.76 0.07 0.54
Hex 81 89 92 C 6 0 2B D4 7 36
Octal 201 211 222 14 6 0 53 324 7 66
Binary 10000001 10001001 10010010 1100 110 0 101011 11010100 111 110110

Color Harmonies of #818992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818992

Black with #818992

Text Example


Text Example

White with #818992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818992; }

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

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

background-color css

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

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

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

border-color css

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

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

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