Shades of Logan #9995BD
Tints of Logan #9995BD
RGB
CMYK
RGB Variations
Color information
#9995BD (or 0x9995BD) is known color: Logan. HEX triplet: 99, 95 and BD. RGB value is (153,149,189). Sum of RGB (Red+Green+Blue) = 153+149+189=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #9995BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995BD is #666A42. Grayscale: #9A9A9A. Windows color (decimal): -6711875 or 12424601. OLE color: 12424601.
HSL color Cylindrical-coordinate representation of color #9995BD: hue angle of 246º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9995BD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 149 | 189 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.26 |
| HSL | 246º | 0.23% | 0.66% | - |
| HSV(B) | 246º | 0.21% | 0.74% | - |
| XYZ | 33.07 | 31.94 | 52.57 | - |
| YUV | 154.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 189 | 0.19 | 0.21 | 0 | 0.26 | 246 | 0.23 | 0.66 |
| Hex | 99 | 95 | BD | 13 | 15 | 0 | 1A | F6 | 17 | 42 |
| Octal | 231 | 225 | 275 | 23 | 25 | 0 | 32 | 366 | 27 | 102 |
| Binary | 10011001 | 10010101 | 10111101 | 10011 | 10101 | 0 | 11010 | 11110110 | 10111 | 1000010 |
Color Harmonies of #9995BD
Complementary color
Monochromatic Colors of #9995BD
Black with #9995BD
Text Example
Text Example
White with #9995BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995BD; }
p { color: rgb(153,149,189); }
H1.HeaderClassName
{
color: #9995BD;
}
.AnyTagClassName
{
color: #9995BD;
}
</style>
background-color css
<style>
a { background-color: #9995BD; }
a { background-color: rgb(153,149,189); }
div.DivClassName
{
background-color: #9995BD;
}
.BgClassName
{
background-color: #9995BD;
}
</style>
border-color css
<style>
span { border-color: #9995BD; }
span { border-color: rgb(153,149,189); }
td.TdClassName
{
border-color: #9995BD;
}
.TagClassName
{
border-color: #9995BD;
}
</style>