Html Css Color HEX #818F99 Light Slate Grey

📋 copy color: '#818F99'

red 129 ◦ green 143 ◦ blue 153

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

Shades of Light Slate Grey #818F99

Tints of Light Slate Grey #818F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

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

R = 30.35%
G = 33.65%
B = 36%

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

#818F99 (or 0x818F99) is known color: Light Slate Grey. HEX triplet: 81, 8F and 99. RGB value is (129,143,153). Sum of RGB (Red+Green+Blue) = 129+143+153=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #818F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F99 is #7E7066. Grayscale: #8B8B8B. Windows color (decimal): -8286311 or 10063745. OLE color: 10063745.

HSL color Cylindrical-coordinate representation of color #818F99: hue angle of 205º 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 #818F99 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 143 153 -
CMYK 0.16 0.07 0 0.4
HSL 205º 0.11% 0.55% -
HSV(B) 205º 0.16% 0.6% -
XYZ 24.63 26.61 33.98 -
YUV 139.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 129 143 153 0.16 0.07 0 0.4 205 0.11 0.55
Hex 81 8F 99 10 7 0 28 CD B 37
Octal 201 217 231 20 7 0 50 315 13 67
Binary 10000001 10001111 10011001 10000 111 0 101000 11001101 1011 110111

Color Harmonies of #818F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F99

Black with #818F99

Text Example


Text Example

White with #818F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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