Html Css Color HEX #818E97 Light Slate Grey

📋 copy color: '#818E97'

red 129 ◦ green 142 ◦ blue 151

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

Shades of Light Slate Grey #818E97

Tints of Light Slate Grey #818E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 30.57%
G = 33.65%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#818E97 (or 0x818E97) is known color: Light Slate Grey. HEX triplet: 81, 8E and 97. RGB value is (129,142,151). Sum of RGB (Red+Green+Blue) = 129+142+151=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 151 - color contains mainly: blue. Hex color #818E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E97 is #7E7168. Grayscale: #8B8B8B. Windows color (decimal): -8286569 or 9932417. OLE color: 9932417.

HSL color Cylindrical-coordinate representation of color #818E97: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818E97 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 142 151 -
CMYK 0.15 0.06 0 0.41
HSL 204.55º 0.1% 0.55% -
HSV(B) 204.55º 0.15% 0.59% -
XYZ 24.31 26.25 33.06 -
YUV 139.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 129 142 151 0.15 0.06 0 0.41 204.55 0.1 0.55
Hex 81 8E 97 F 6 0 29 CD A 37
Octal 201 216 227 17 6 0 51 315 12 67
Binary 10000001 10001110 10010111 1111 110 0 101001 11001101 1010 110111

Color Harmonies of #818E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E97

Black with #818E97

Text Example


Text Example

White with #818E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,151); }

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

background-color css

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

 a { background-color: rgb(129,142,151); }

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

border-color css

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

 span { border-color: rgb(129,142,151); }

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