#829093

Color #829093 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #829093

Tints of Regent Grey #829093

Color information

#829093 (or 0x829093) is unknown color: approx Regent Grey. HEX triplet: 82, 90 and 93. RGB value is (130,144,147). Sum of RGB (Red+Green+Blue) = 130+144+147=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #829093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829093 is #7D6F6C. Grayscale: #8C8C8C. Windows color (decimal): -8220525 or 9670786. OLE color: 9670786.

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

Color convert

RGB130144147-
CMYK0.120.0200.42
HSL190.59º7.3%54.31%-
HSV(B)190.59º11.56%57.65%-
XYZ24.4526.831.49-
YUV140.16131.86120.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=30.88%
G=34.20%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301441470.120.0200.42190.597.354.31
Hex829093C202Abf736
Octal202220223142052277766
Binary100000101001000010010011110010010101010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829093; }

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

 H1.HeaderClassName
 {
   color: #829093;
 }
 .AnyTagClassName
 {
   color: #829093;
 }
</style>
background-color css

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

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

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

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

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

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