Html Css Color HEX #818A93 Light Slate Grey

📋 copy color: '#818A93'

red 129 ◦ green 138 ◦ blue 147

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

Shades of Light Slate Grey #818A93

Tints of Light Slate Grey #818A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 31.16%
G = 33.33%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818A93 (or 0x818A93) is known color: Light Slate Grey. HEX triplet: 81, 8A and 93. RGB value is (129,138,147). Sum of RGB (Red+Green+Blue) = 129+138+147=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #818A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A93 is #7E756C. Grayscale: #888888. Windows color (decimal): -8287597 or 9669249. OLE color: 9669249.

HSL color Cylindrical-coordinate representation of color #818A93: hue angle of 210º 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 #818A93 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 138 147 -
CMYK 0.12 0.06 0 0.42
HSL 210º 0.08% 0.54% -
HSV(B) 210º 0.12% 0.58% -
XYZ 23.41 24.95 31.19 -
YUV 136.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 129 138 147 0.12 0.06 0 0.42 210 0.08 0.54
Hex 81 8A 93 C 6 0 2A D2 8 36
Octal 201 212 223 14 6 0 52 322 10 66
Binary 10000001 10001010 10010011 1100 110 0 101010 11010010 1000 110110

Color Harmonies of #818A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A93

Black with #818A93

Text Example


Text Example

White with #818A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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