Html Css Color HEX #818998 Light Slate Grey

📋 copy color: '#818998'

red 129 ◦ green 137 ◦ blue 152

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

Shades of Light Slate Grey #818998

Tints of Light Slate Grey #818998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 30.86%
G = 32.78%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#818998 (or 0x818998) is known color: Light Slate Grey. HEX triplet: 81, 89 and 98. RGB value is (129,137,152). Sum of RGB (Red+Green+Blue) = 129+137+152=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #818998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818998 is #7E7667. Grayscale: #888888. Windows color (decimal): -8287848 or 9996673. OLE color: 9996673.

HSL color Cylindrical-coordinate representation of color #818998: hue angle of 219.13º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818998 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 137 152 -
CMYK 0.15 0.10 0 0.40
HSL 219.13º 0.1% 0.55% -
HSV(B) 219.13º 0.15% 0.6% -
XYZ 23.67 24.83 33.25 -
YUV 136.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 129 137 152 0.15 0.10 0 0.40 219.13 0.1 0.55
Hex 81 89 98 F A 0 28 DB A 37
Octal 201 211 230 17 12 0 50 333 12 67
Binary 10000001 10001001 10011000 1111 1010 0 101000 11011011 1010 110111

Color Harmonies of #818998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818998

Black with #818998

Text Example


Text Example

White with #818998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818998; }

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

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

background-color css

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

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

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

border-color css

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

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

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