Html Css Color HEX #828F98 Light Slate Grey

📋 copy color: '#828F98'

red 130 ◦ green 143 ◦ blue 152

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

Shades of Light Slate Grey #828F98

Tints of Light Slate Grey #828F98

RGB

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

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

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

R = 30.59%
G = 33.65%
B = 35.76%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#828F98 (or 0x828F98) is known color: Light Slate Grey. HEX triplet: 82, 8F and 98. RGB value is (130,143,152). Sum of RGB (Red+Green+Blue) = 130+143+152=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 143 (56.25% from 255 or 33.65% 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 #828F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F98 is #7D7067. Grayscale: #8C8C8C. Windows color (decimal): -8220776 or 9998210. OLE color: 9998210.

HSL color Cylindrical-coordinate representation of color #828F98: hue angle of 204.55º 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 #828F98 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 143 152 -
CMYK 0.14 0.06 0 0.40
HSL 204.55º 0.1% 0.55% -
HSV(B) 204.55º 0.14% 0.6% -
XYZ 24.7 26.66 33.55 -
YUV 140.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 130 143 152 0.14 0.06 0 0.40 204.55 0.1 0.55
Hex 82 8F 98 E 6 0 28 CD A 37
Octal 202 217 230 16 6 0 50 315 12 67
Binary 10000010 10001111 10011000 1110 110 0 101000 11001101 1010 110111

Color Harmonies of #828F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F98

Black with #828F98

Text Example


Text Example

White with #828F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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