#819297

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

Shades of Regent Grey #819297

Tints of Regent Grey #819297

Color information

#819297 (or 0x819297) is unknown color: approx Regent Grey. HEX triplet: 81, 92 and 97. RGB value is (129,146,151). Sum of RGB (Red+Green+Blue) = 129+146+151=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #819297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819297 is #7E6D68. Grayscale: #8D8D8D. Windows color (decimal): -8285545 or 9933441. OLE color: 9933441.

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

Color convert

RGB129146151-
CMYK0.150.0300.41
HSL193.64º9.57%54.9%-
HSV(B)193.64º14.57%59.22%-
XYZ24.9227.4633.27-
YUV141.49133.37119.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=30.28%
G=34.27%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291461510.150.0300.41193.649.5754.9
Hex819297F3029c2a37
Octal2012222271730513021267
Binary1000000110010010100101111111110101001110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819297; }

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

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

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

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

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

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

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

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