Html Css Color HEX #819098 Light Slate Grey

📋 copy color: '#819098'

red 129 ◦ green 144 ◦ blue 152

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

Shades of Light Slate Grey #819098

Tints of Light Slate Grey #819098

RGB

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

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

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

R = 30.35%
G = 33.88%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#819098 (or 0x819098) is known color: Light Slate Grey. HEX triplet: 81, 90 and 98. RGB value is (129,144,152). Sum of RGB (Red+Green+Blue) = 129+144+152=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #819098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819098 is #7E6F67. Grayscale: #8C8C8C. Windows color (decimal): -8286056 or 9998465. OLE color: 9998465.

HSL color Cylindrical-coordinate representation of color #819098: hue angle of 200.87º 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 #819098 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 144 152 -
CMYK 0.15 0.05 0 0.40
HSL 200.87º 0.1% 0.55% -
HSV(B) 200.87º 0.15% 0.6% -
XYZ 24.69 26.88 33.59 -
YUV 140.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 129 144 152 0.15 0.05 0 0.40 200.87 0.1 0.55
Hex 81 90 98 F 5 0 28 C9 A 37
Octal 201 220 230 17 5 0 50 311 12 67
Binary 10000001 10010000 10011000 1111 101 0 101000 11001001 1010 110111

Color Harmonies of #819098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819098

Black with #819098

Text Example


Text Example

White with #819098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819098; }

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

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

background-color css

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

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

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

border-color css

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

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

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