#999CBB

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

Shades of Logan #999CBB

Tints of Logan #999CBB

Color information

#999CBB (or 0x999CBB) is unknown color: approx Logan. HEX triplet: 99, 9C and BB. RGB value is (153,156,187). Sum of RGB (Red+Green+Blue) = 153+156+187=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #999CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBB is #666344. Grayscale: #9E9E9E. Windows color (decimal): -6710085 or 12295321. OLE color: 12295321.

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

Color convert

RGB153156187-
CMYK0.180.1700.27
HSL234.71º20%66.67%-
HSV(B)234.71º18.18%73.33%-
XYZ33.9934.1451.81-
YUV158.64144.01123.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=30.85%
G=31.45%
B=37.70%

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
Decimal1531561870.180.1700.27234.712066.67
Hex999CBB121101Beb1443
Octal231234273222103335324103
Binary100110011001110010111011100101000101101111101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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