#92A799

Color #92A799 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #92A799

Tints of Edward #92A799

Color information

#92A799 (or 0x92A799) is unknown color: approx Edward. HEX triplet: 92, A7 and 99. RGB value is (146,167,153). Sum of RGB (Red+Green+Blue) = 146+167+153=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 167 - color contains mainly: green. Hex color #92A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A799 is #6D5866. Grayscale: #9F9F9F. Windows color (decimal): -7166055 or 10069906. OLE color: 10069906.

HSL color Cylindrical-coordinate representation of color #92A799: hue angle of 140º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A799 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB146167153-
CMYK0.1300.080.35
HSL140º10.66%61.37%-
HSV(B)140º12.57%65.49%-
XYZ31.4236.0535.44-
YUV159.12124.54118.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=31.33%
G=35.84%
B=32.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461671530.1300.080.3514010.6661.37
Hex92A799D08238cb3d
Octal22224723115010432141375
Binary100100101010011110011001110101000100011100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A799; }

 p { color: rgb(146,167,153); }

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

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

 a { background-color: rgb(146,167,153); }

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

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

 span { border-color: rgb(146,167,153); }

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