#999BBB

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

Shades of Logan #999BBB

Tints of Logan #999BBB

Color information

#999BBB (or 0x999BBB) is unknown color: approx Logan. HEX triplet: 99, 9B and BB. RGB value is (153,155,187). Sum of RGB (Red+Green+Blue) = 153+155+187=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #999BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBB is #666444. Grayscale: #9D9D9D. Windows color (decimal): -6710341 or 12295065. OLE color: 12295065.

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

Color convert

RGB153155187-
CMYK0.180.1700.27
HSL236.47º20%66.67%-
HSV(B)236.47º18.18%73.33%-
XYZ33.8333.851.76-
YUV158.05144.34124.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=30.91%
G=31.31%
B=37.78%

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
Decimal1531551870.180.1700.27236.472066.67
Hex999BBB121101Bec1443
Octal231233273222103335424103
Binary100110011001101110111011100101000101101111101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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