#999ABE

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

Shades of Logan #999ABE

Tints of Logan #999ABE

Color information

#999ABE (or 0x999ABE) is unknown color: approx Logan. HEX triplet: 99, 9A and BE. RGB value is (153,154,190). Sum of RGB (Red+Green+Blue) = 153+154+190=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #999ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ABE is #666541. Grayscale: #9D9D9D. Windows color (decimal): -6710594 or 12491417. OLE color: 12491417.

HSL color Cylindrical-coordinate representation of color #999ABE: hue angle of 238.38º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999ABE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153154190-
CMYK0.190.1900.25
HSL238.38º22.16%67.25%-
HSV(B)238.38º19.47%74.51%-
XYZ33.9933.653.41-
YUV157.8146.17124.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=30.78%
G=30.99%
B=38.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531541900.190.1900.25238.3822.1667.25
Hex999ABE1313019ee1643
Octal231232276232303135626103
Binary100110011001101010111110100111001101100111101110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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