#999DB9

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

Shades of Logan #999DB9

Tints of Logan #999DB9

Color information

#999DB9 (or 0x999DB9) is unknown color: approx Logan. HEX triplet: 99, 9D and B9. RGB value is (153,157,185). Sum of RGB (Red+Green+Blue) = 153+157+185=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #999DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB9 is #666246. Grayscale: #9E9E9E. Windows color (decimal): -6709831 or 12164505. OLE color: 12164505.

HSL color Cylindrical-coordinate representation of color #999DB9: hue angle of 232.5º 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 #999DB9 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153157185-
CMYK0.170.1500.27
HSL232.5º18.6%66.27%-
HSV(B)232.5º17.3%72.55%-
XYZ33.9534.3950.75-
YUV159142.67123.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=30.91%
G=31.72%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531571850.170.1500.27232.518.666.27
Hex999DB911F01Be81342
Octal231235271211703335023102
Binary10011001100111011011100110001111101101111101000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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