Html Css Color HEX #818E99 Light Slate Grey

📋 copy color: '#818E99'

red 129 ◦ green 142 ◦ blue 153

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

Shades of Light Slate Grey #818E99

Tints of Light Slate Grey #818E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 30.42%
G = 33.49%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#818E99 (or 0x818E99) is known color: Light Slate Grey. HEX triplet: 81, 8E and 99. RGB value is (129,142,153). Sum of RGB (Red+Green+Blue) = 129+142+153=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #818E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E99 is #7E7166. Grayscale: #8B8B8B. Windows color (decimal): -8286567 or 10063489. OLE color: 10063489.

HSL color Cylindrical-coordinate representation of color #818E99: hue angle of 207.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818E99 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 142 153 -
CMYK 0.16 0.07 0 0.4
HSL 207.5º 0.11% 0.55% -
HSV(B) 207.5º 0.16% 0.6% -
XYZ 24.48 26.31 33.93 -
YUV 139.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 129 142 153 0.16 0.07 0 0.4 207.5 0.11 0.55
Hex 81 8E 99 10 7 0 28 D0 B 37
Octal 201 216 231 20 7 0 50 320 13 67
Binary 10000001 10001110 10011001 10000 111 0 101000 11010000 1011 110111

Color Harmonies of #818E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E99

Black with #818E99

Text Example


Text Example

White with #818E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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