#818F93

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

Shades of Regent Grey #818F93

Tints of Regent Grey #818F93

Color information

#818F93 (or 0x818F93) is unknown color: approx Regent Grey. HEX triplet: 81, 8F and 93. RGB value is (129,143,147). Sum of RGB (Red+Green+Blue) = 129+143+147=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #818F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F93 is #7E706C. Grayscale: #8B8B8B. Windows color (decimal): -8286317 or 9670529. OLE color: 9670529.

HSL color Cylindrical-coordinate representation of color #818F93: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818F93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129143147-
CMYK0.120.0300.42
HSL193.33º7.69%54.12%-
HSV(B)193.33º12.24%57.65%-
XYZ24.1426.4231.43-
YUV139.27132.36120.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=30.79%
G=34.13%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291431470.120.0300.42193.337.6954.12
Hex818F93C302Ac1836
Octal2012172231430523011066
Binary1000000110001111100100111100110101010110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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