#999DBB

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

Shades of Logan #999DBB

Tints of Logan #999DBB

Color information

#999DBB (or 0x999DBB) is unknown color: approx Logan. HEX triplet: 99, 9D and BB. RGB value is (153,157,187). Sum of RGB (Red+Green+Blue) = 153+157+187=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #999DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBB is #666244. Grayscale: #9F9F9F. Windows color (decimal): -6709829 or 12295577. OLE color: 12295577.

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

Color convert

RGB153157187-
CMYK0.180.1600.27
HSL232.94º20%66.67%-
HSV(B)232.94º18.18%73.33%-
XYZ34.1634.4751.87-
YUV159.22143.67123.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=30.78%
G=31.59%
B=37.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531571870.180.1600.27232.942066.67
Hex999DBB121001Be91443
Octal231235273222003335124103
Binary100110011001110110111011100101000001101111101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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