#999AAE

Color #999AAE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #999AAE

Tints of Logan #999AAE

Color information

#999AAE (or 0x999AAE) is unknown color: approx Logan. HEX triplet: 99, 9A and AE. RGB value is (153,154,174). Sum of RGB (Red+Green+Blue) = 153+154+174=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #999AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AAE is #666551. Grayscale: #9B9B9B. Windows color (decimal): -6710610 or 11442841. OLE color: 11442841.

HSL color Cylindrical-coordinate representation of color #999AAE: hue angle of 237.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999AAE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153154174-
CMYK0.120.1100.32
HSL237.14º11.48%64.12%-
HSV(B)237.14º12.07%68.24%-
XYZ32.3332.9444.7-
YUV155.98138.17125.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=31.81%
G=32.02%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531541740.120.1100.32237.1411.4864.12
Hex999AAECB020edb40
Octal231232256141304035513100
Binary1001100110011010101011101100101101000001110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AAE; }

 p { color: rgb(153,154,174); }

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

<style>
 a { background-color: #999AAE; }

 a { background-color: rgb(153,154,174); }

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

<style>
 span { border-color: #999AAE; }

 span { border-color: rgb(153,154,174); }

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