#818F92

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

Shades of Regent Grey #818F92

Tints of Regent Grey #818F92

Color information

#818F92 (or 0x818F92) is unknown color: approx Regent Grey. HEX triplet: 81, 8F and 92. RGB value is (129,143,146). Sum of RGB (Red+Green+Blue) = 129+143+146=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #818F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F92 is #7E706D. Grayscale: #8B8B8B. Windows color (decimal): -8286318 or 9604993. OLE color: 9604993.

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

Color convert

RGB129143146-
CMYK0.120.0200.43
HSL190.59º7.23%53.92%-
HSV(B)190.59º11.64%57.25%-
XYZ24.0626.3931.02-
YUV139.16131.86120.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=30.86%
G=34.21%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291431460.120.0200.43190.597.2353.92
Hex818F92C202Bbf736
Octal201217222142053277766
Binary100000011000111110010010110010010101110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F92; }

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

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

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

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

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

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

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

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