#9BA0BE

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

Shades of Logan #9BA0BE

Tints of Logan #9BA0BE

Color information

#9BA0BE (or 0x9BA0BE) is unknown color: approx Logan. HEX triplet: 9B, A0 and BE. RGB value is (155,160,190). Sum of RGB (Red+Green+Blue) = 155+160+190=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA0BE is #645F41. Grayscale: #A1A1A1. Windows color (decimal): -6577986 or 12492955. OLE color: 12492955.

HSL color Cylindrical-coordinate representation of color #9BA0BE: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA0BE is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155160190-
CMYK0.180.1600.25
HSL231.43º21.21%67.65%-
HSV(B)231.43º18.42%74.51%-
XYZ35.3835.8353.77-
YUV161.92143.84123.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=30.69%
G=31.68%
B=37.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551601900.180.1600.25231.4321.2167.65
Hex9BA0BE1210019e71544
Octal233240276222003134725104
Binary100110111010000010111110100101000001100111100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA0BE; }

 p { color: rgb(155,160,190); }

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

<style>
 a { background-color: #9BA0BE; }

 a { background-color: rgb(155,160,190); }

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

<style>
 span { border-color: #9BA0BE; }

 span { border-color: rgb(155,160,190); }

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