#819296

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

Shades of Regent Grey #819296

Tints of Regent Grey #819296

Color information

#819296 (or 0x819296) is unknown color: approx Regent Grey. HEX triplet: 81, 92 and 96. RGB value is (129,146,150). Sum of RGB (Red+Green+Blue) = 129+146+150=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 150 - color contains mainly: blue. Hex color #819296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819296 is #7E6D69. Grayscale: #8D8D8D. Windows color (decimal): -8285546 or 9867905. OLE color: 9867905.

HSL color Cylindrical-coordinate representation of color #819296: hue angle of 191.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819296 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB129146150-
CMYK0.140.0300.41
HSL191.43º9.09%54.71%-
HSV(B)191.43º14%58.82%-
XYZ24.8427.4332.84-
YUV141.37132.87119.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=30.35%
G=34.35%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291461500.140.0300.41191.439.0954.71
Hex819296E3029bf937
Octal2012222261630512771167
Binary1000000110010010100101101110110101001101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819296; }

 p { color: rgb(129,146,150); }

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

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

 a { background-color: rgb(129,146,150); }

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

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

 span { border-color: rgb(129,146,150); }

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