#999BBA

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

Shades of Logan #999BBA

Tints of Logan #999BBA

Color information

#999BBA (or 0x999BBA) is unknown color: approx Logan. HEX triplet: 99, 9B and BA. RGB value is (153,155,186). Sum of RGB (Red+Green+Blue) = 153+155+186=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #999BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBA is #666445. Grayscale: #9D9D9D. Windows color (decimal): -6710342 or 12229529. OLE color: 12229529.

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

Color convert

RGB153155186-
CMYK0.180.1700.27
HSL236.36º19.3%66.47%-
HSV(B)236.36º17.74%72.94%-
XYZ33.7233.7651.19-
YUV157.94143.84124.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=30.97%
G=31.38%
B=37.65%

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
Decimal1531551860.180.1700.27236.3619.366.47
Hex999BBA121101Bec1342
Octal231233272222103335423102
Binary100110011001101110111010100101000101101111101100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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