#999DB5

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

Shades of Logan #999DB5

Tints of Logan #999DB5

Color information

#999DB5 (or 0x999DB5) is unknown color: approx Logan. HEX triplet: 99, 9D and B5. RGB value is (153,157,181). Sum of RGB (Red+Green+Blue) = 153+157+181=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #999DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB5 is #66624A. Grayscale: #9E9E9E. Windows color (decimal): -6709835 or 11902361. OLE color: 11902361.

HSL color Cylindrical-coordinate representation of color #999DB5: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999DB5 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153157181-
CMYK0.150.1300.29
HSL231.43º15.91%65.49%-
HSV(B)231.43º15.47%70.98%-
XYZ33.5334.2248.55-
YUV158.54140.67124.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=31.16%
G=31.98%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531571810.150.1300.29231.4315.9165.49
Hex999DB5FD01De71041
Octal231235265171503534720101
Binary1001100110011101101101011111110101110111100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,181); }

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

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

 a { background-color: rgb(153,157,181); }

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

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

 span { border-color: rgb(153,157,181); }

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