#818C8F

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

Shades of Regent Grey #818C8F

Tints of Regent Grey #818C8F

Color information

#818C8F (or 0x818C8F) is unknown color: approx Regent Grey. HEX triplet: 81, 8C and 8F. RGB value is (129,140,143). Sum of RGB (Red+Green+Blue) = 129+140+143=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 143 - color contains mainly: blue. Hex color #818C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C8F is #7E7370. Grayscale: #898989. Windows color (decimal): -8287089 or 9407617. OLE color: 9407617.

HSL color Cylindrical-coordinate representation of color #818C8F: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818C8F is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129140143-
CMYK0.100.0200.44
HSL192.86º5.88%53.33%-
HSV(B)192.86º9.79%56.08%-
XYZ23.3925.4129.66-
YUV137.05131.36122.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=31.31%
G=33.98%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291401430.100.0200.44192.865.8853.33
Hex818C8FA202Cc1635
Octal201214217122054301665
Binary100000011000110010001111101010010110011000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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