#999ABA

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

Shades of Logan #999ABA

Tints of Logan #999ABA

Color information

#999ABA (or 0x999ABA) is unknown color: approx Logan. HEX triplet: 99, 9A and BA. RGB value is (153,154,186). Sum of RGB (Red+Green+Blue) = 153+154+186=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #999ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ABA is #666545. Grayscale: #9D9D9D. Windows color (decimal): -6710598 or 12229273. OLE color: 12229273.

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

Color convert

RGB153154186-
CMYK0.180.1700.27
HSL238.18º19.3%66.47%-
HSV(B)238.18º17.74%72.94%-
XYZ33.5633.4351.14-
YUV157.35144.17124.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=31.03%
G=31.24%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531541860.180.1700.27238.1819.366.47
Hex999ABA121101Bee1342
Octal231232272222103335623102
Binary100110011001101010111010100101000101101111101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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