#999AAD

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

Shades of Logan #999AAD

Tints of Logan #999AAD

Color information

#999AAD (or 0x999AAD) is unknown color: approx Logan. HEX triplet: 99, 9A and AD. RGB value is (153,154,173). Sum of RGB (Red+Green+Blue) = 153+154+173=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #999AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AAD is #666552. Grayscale: #9B9B9B. Windows color (decimal): -6710611 or 11377305. OLE color: 11377305.

HSL color Cylindrical-coordinate representation of color #999AAD: hue angle of 237º 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 #999AAD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153154173-
CMYK0.120.1100.32
HSL237º10.87%63.92%-
HSV(B)237º11.56%67.84%-
XYZ32.2432.944.19-
YUV155.87137.67125.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=31.88%
G=32.08%
B=36.04%

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
Decimal1531541730.120.1100.3223710.8763.92
Hex999AADCB020edb40
Octal231232255141304035513100
Binary1001100110011010101011011100101101000001110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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