#999AB9

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

Shades of Logan #999AB9

Tints of Logan #999AB9

Color information

#999AB9 (or 0x999AB9) is unknown color: approx Logan. HEX triplet: 99, 9A and B9. RGB value is (153,154,185). Sum of RGB (Red+Green+Blue) = 153+154+185=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #999AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AB9 is #666546. Grayscale: #9D9D9D. Windows color (decimal): -6710599 or 12163737. OLE color: 12163737.

HSL color Cylindrical-coordinate representation of color #999AB9: hue angle of 238.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999AB9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153154185-
CMYK0.170.1700.27
HSL238.12º18.6%66.27%-
HSV(B)238.12º17.3%72.55%-
XYZ33.4533.3950.58-
YUV157.23143.67124.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=31.10%
G=31.30%
B=37.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531541850.170.1700.27238.1218.666.27
Hex999AB9111101Bee1342
Octal231232271212103335623102
Binary100110011001101010111001100011000101101111101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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