Html Css Color HEX #828093 Grey Suit

📋 copy color: '#828093'

red 130 ◦ green 128 ◦ blue 147

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

Shades of Grey Suit #828093

Tints of Grey Suit #828093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 32.1%
G = 31.6%
B = 36.3%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828093 (or 0x828093) is known color: Grey Suit. HEX triplet: 82, 80 and 93. RGB value is (130,128,147). Sum of RGB (Red+Green+Blue) = 130+128+147=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #828093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828093 is #7D7F6C. Grayscale: #828282. Windows color (decimal): -8224621 or 9666690. OLE color: 9666690.

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

Color convert

RGB 130 128 147 -
CMYK 0.12 0.13 0 0.42
HSL 246.32º 0.08% 0.54% -
HSV(B) 246.32º 0.13% 0.58% -
XYZ 22.19 22.29 30.74 -
YUV 130.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 130 128 147 0.12 0.13 0 0.42 246.32 0.08 0.54
Hex 82 80 93 C D 0 2A F6 8 36
Octal 202 200 223 14 15 0 52 366 10 66
Binary 10000010 10000000 10010011 1100 1101 0 101010 11110110 1000 110110

Color Harmonies of #828093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828093

Black with #828093

Text Example


Text Example

White with #828093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828093; }

 p { color: rgb(130,128,147); }

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

background-color css

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

 a { background-color: rgb(130,128,147); }

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

border-color css

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

 span { border-color: rgb(130,128,147); }

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