Html Css Color HEX #818892 Light Slate Grey

📋 copy color: '#818892'

red 129 ◦ green 136 ◦ blue 146

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

Shades of Light Slate Grey #818892

Tints of Light Slate Grey #818892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

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

R = 31.39%
G = 33.09%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818892 (or 0x818892) is known color: Light Slate Grey. HEX triplet: 81, 88 and 92. RGB value is (129,136,146). Sum of RGB (Red+Green+Blue) = 129+136+146=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #818892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818892 is #7E776D. Grayscale: #878787. Windows color (decimal): -8288110 or 9603201. OLE color: 9603201.

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

Color convert

RGB 129 136 146 -
CMYK 0.12 0.07 0 0.43
HSL 215.29º 0.07% 0.54% -
HSV(B) 215.29º 0.12% 0.57% -
XYZ 23.05 24.35 30.68 -
YUV 135.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 129 136 146 0.12 0.07 0 0.43 215.29 0.07 0.54
Hex 81 88 92 C 7 0 2B D7 7 36
Octal 201 210 222 14 7 0 53 327 7 66
Binary 10000001 10001000 10010010 1100 111 0 101011 11010111 111 110110

Color Harmonies of #818892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818892

Black with #818892

Text Example


Text Example

White with #818892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818892; }

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

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

background-color css

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

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

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

border-color css

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

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

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