Html Css Color HEX #828A94 Light Slate Grey

📋 copy color: '#828A94'

red 130 ◦ green 138 ◦ blue 148

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

Shades of Light Slate Grey #828A94

Tints of Light Slate Grey #828A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 31.25%
G = 33.17%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828A94 (or 0x828A94) is known color: Light Slate Grey. HEX triplet: 82, 8A and 94. RGB value is (130,138,148). Sum of RGB (Red+Green+Blue) = 130+138+148=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #828A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A94 is #7D756B. Grayscale: #888888. Windows color (decimal): -8222060 or 9734786. OLE color: 9734786.

HSL color Cylindrical-coordinate representation of color #828A94: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828A94 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 138 148 -
CMYK 0.12 0.07 0 0.42
HSL 213.33º 0.08% 0.55% -
HSV(B) 213.33º 0.12% 0.58% -
XYZ 23.64 25.06 31.61 -
YUV 136.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 130 138 148 0.12 0.07 0 0.42 213.33 0.08 0.55
Hex 82 8A 94 C 7 0 2A D5 8 37
Octal 202 212 224 14 7 0 52 325 10 67
Binary 10000010 10001010 10010100 1100 111 0 101010 11010101 1000 110111

Color Harmonies of #828A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A94

Black with #828A94

Text Example


Text Example

White with #828A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,138,148); }

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

background-color css

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

 a { background-color: rgb(130,138,148); }

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

border-color css

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

 span { border-color: rgb(130,138,148); }

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