Html Css Color HEX #828998 Light Slate Grey

📋 copy color: '#828998'

red 130 ◦ green 137 ◦ blue 152

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

Shades of Light Slate Grey #828998

Tints of Light Slate Grey #828998

RGB

 RED value IS 130 (51.17% from 255) = 31.03%

 GREEN value IS 137 (53.91% from 255) = 32.7%

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

R = 31.03%
G = 32.7%
B = 36.28%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#828998 (or 0x828998) is known color: Light Slate Grey. HEX triplet: 82, 89 and 98. RGB value is (130,137,152). Sum of RGB (Red+Green+Blue) = 130+137+152=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #828998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828998 is #7D7667. Grayscale: #888888. Windows color (decimal): -8222312 or 9996674. OLE color: 9996674.

HSL color Cylindrical-coordinate representation of color #828998: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828998 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 137 152 -
CMYK 0.14 0.10 0 0.40
HSL 220.91º 0.1% 0.55% -
HSV(B) 220.91º 0.14% 0.6% -
XYZ 23.82 24.9 33.26 -
YUV 136.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 130 137 152 0.14 0.10 0 0.40 220.91 0.1 0.55
Hex 82 89 98 E A 0 28 DD A 37
Octal 202 211 230 16 12 0 50 335 12 67
Binary 10000010 10001001 10011000 1110 1010 0 101000 11011101 1010 110111

Color Harmonies of #828998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828998

Black with #828998

Text Example


Text Example

White with #828998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828998; }

 p { color: rgb(130,137,152); }

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

background-color css

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

 a { background-color: rgb(130,137,152); }

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

border-color css

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

 span { border-color: rgb(130,137,152); }

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