#829194

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

Shades of Regent Grey #829194

Tints of Regent Grey #829194

Color information

#829194 (or 0x829194) is unknown color: approx Regent Grey. HEX triplet: 82, 91 and 94. RGB value is (130,145,148). Sum of RGB (Red+Green+Blue) = 130+145+148=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #829194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829194 is #7D6E6B. Grayscale: #8C8C8C. Windows color (decimal): -8220268 or 9736578. OLE color: 9736578.

HSL color Cylindrical-coordinate representation of color #829194: hue angle of 190º 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 #829194 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130145148-
CMYK0.120.0200.42
HSL190º7.76%54.51%-
HSV(B)190º12.16%58.04%-
XYZ24.6827.1331.95-
YUV140.86132.03120.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=30.73%
G=34.28%
B=34.99%

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
Decimal1301451480.120.0200.421907.7654.51
Hex829194C202Abe837
Octal2022212241420522761067
Binary1000001010010001100101001100100101010101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829194; }

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

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

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

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

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

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

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

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