#9B99BE

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

Shades of Logan #9B99BE

Tints of Logan #9B99BE

Color information

#9B99BE (or 0x9B99BE) is unknown color: approx Logan. HEX triplet: 9B, 99 and BE. RGB value is (155,153,190). Sum of RGB (Red+Green+Blue) = 155+153+190=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99BE is #646641. Grayscale: #9D9D9D. Windows color (decimal): -6579778 or 12491163. OLE color: 12491163.

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

Color convert

RGB155153190-
CMYK0.180.1900.25
HSL243.24º22.16%67.25%-
HSV(B)243.24º19.47%74.51%-
XYZ34.233.4753.37-
YUV157.82146.16125.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=31.12%
G=30.72%
B=38.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551531900.180.1900.25243.2422.1667.25
Hex9B99BE1213019f31643
Octal233231276222303136326103
Binary100110111001100110111110100101001101100111110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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