Html Css Color HEX #818993 Light Slate Grey

📋 copy color: '#818993'

red 129 ◦ green 137 ◦ blue 147

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

Shades of Light Slate Grey #818993

Tints of Light Slate Grey #818993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 31.23%
G = 33.17%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818993 (or 0x818993) is known color: Light Slate Grey. HEX triplet: 81, 89 and 93. RGB value is (129,137,147). Sum of RGB (Red+Green+Blue) = 129+137+147=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #818993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818993 is #7E766C. Grayscale: #878787. Windows color (decimal): -8287853 or 9668993. OLE color: 9668993.

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

Color convert

RGB 129 137 147 -
CMYK 0.12 0.07 0 0.42
HSL 213.33º 0.08% 0.54% -
HSV(B) 213.33º 0.12% 0.58% -
XYZ 23.27 24.67 31.14 -
YUV 135.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 129 137 147 0.12 0.07 0 0.42 213.33 0.08 0.54
Hex 81 89 93 C 7 0 2A D5 8 36
Octal 201 211 223 14 7 0 52 325 10 66
Binary 10000001 10001001 10010011 1100 111 0 101010 11010101 1000 110110

Color Harmonies of #818993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818993

Black with #818993

Text Example


Text Example

White with #818993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818993; }

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

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

background-color css

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

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

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

border-color css

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

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

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