#999CBD

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

Shades of Logan #999CBD

Tints of Logan #999CBD

Color information

#999CBD (or 0x999CBD) is unknown color: approx Logan. HEX triplet: 99, 9C and BD. RGB value is (153,156,189). Sum of RGB (Red+Green+Blue) = 153+156+189=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #999CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBD is #666342. Grayscale: #9E9E9E. Windows color (decimal): -6710083 or 12426393. OLE color: 12426393.

HSL color Cylindrical-coordinate representation of color #999CBD: hue angle of 235º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999CBD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153156189-
CMYK0.190.1700.26
HSL235º21.43%67.06%-
HSV(B)235º19.05%74.12%-
XYZ34.2134.2252.95-
YUV158.86145.01123.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=30.72%
G=31.33%
B=37.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531561890.190.1700.2623521.4367.06
Hex999CBD131101Aeb1543
Octal231234275232103235325103
Binary100110011001110010111101100111000101101011101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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