#798A93

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

Shades of Regent Grey #798A93

Tints of Regent Grey #798A93

Color information

#798A93 (or 0x798A93) is unknown color: approx Regent Grey. HEX triplet: 79, 8A and 93. RGB value is (121,138,147). Sum of RGB (Red+Green+Blue) = 121+138+147=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #798A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A93 is #86756C. Grayscale: #858585. Windows color (decimal): -8811885 or 9669241. OLE color: 9669241.

HSL color Cylindrical-coordinate representation of color #798A93: hue angle of 200.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798A93 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121138147-
CMYK0.180.0600.42
HSL200.77º10.74%52.55%-
HSV(B)200.77º17.69%57.65%-
XYZ22.2424.3531.13-
YUV133.94135.37118.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=29.80%
G=33.99%
B=36.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211381470.180.0600.42200.7710.7452.55
Hex798A9312602Ac9b35
Octal1712122232260523111365
Binary11110011000101010010011100101100101010110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798A93; }

 p { color: rgb(121,138,147); }

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

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

 a { background-color: rgb(121,138,147); }

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

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

 span { border-color: rgb(121,138,147); }

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