#9995BA

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

Shades of Logan #9995BA

Tints of Logan #9995BA

Color information

#9995BA (or 0x9995BA) is unknown color: approx Logan. HEX triplet: 99, 95 and BA. RGB value is (153,149,186). Sum of RGB (Red+Green+Blue) = 153+149+186=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #9995BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995BA is #666A45. Grayscale: #9A9A9A. Windows color (decimal): -6711878 or 12227993. OLE color: 12227993.

HSL color Cylindrical-coordinate representation of color #9995BA: hue angle of 246.49º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9995BA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153149186-
CMYK0.180.2000.27
HSL246.49º21.14%65.69%-
HSV(B)246.49º19.89%72.94%-
XYZ32.7531.8150.87-
YUV154.41145.83126.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=31.35%
G=30.53%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531491860.180.2000.27246.4921.1465.69
Hex9995BA121401Bf61542
Octal231225272222403336625102
Binary100110011001010110111010100101010001101111110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995BA; }

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

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

<style>
 a { background-color: #9995BA; }

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

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

<style>
 span { border-color: #9995BA; }

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

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