Html Css Color HEX #819099 Light Slate Grey

📋 copy color: '#819099'

red 129 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #819099

Tints of Light Slate Grey #819099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 30.28%
G = 33.8%
B = 35.92%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#819099 (or 0x819099) is known color: Light Slate Grey. HEX triplet: 81, 90 and 99. RGB value is (129,144,153). Sum of RGB (Red+Green+Blue) = 129+144+153=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #819099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819099 is #7E6F66. Grayscale: #8C8C8C. Windows color (decimal): -8286055 or 10064001. OLE color: 10064001.

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

Color convert

RGB 129 144 153 -
CMYK 0.16 0.06 0 0.4
HSL 202.5º 0.11% 0.55% -
HSV(B) 202.5º 0.16% 0.6% -
XYZ 24.78 26.91 34.03 -
YUV 140.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 129 144 153 0.16 0.06 0 0.4 202.5 0.11 0.55
Hex 81 90 99 10 6 0 28 CA B 37
Octal 201 220 231 20 6 0 50 312 13 67
Binary 10000001 10010000 10011001 10000 110 0 101000 11001010 1011 110111

Color Harmonies of #819099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819099

Black with #819099

Text Example


Text Example

White with #819099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819099; }

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

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

background-color css

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

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

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

border-color css

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

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

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