Shades of Logan #9594BD
Tints of Logan #9594BD
RGB
CMYK
RGB Variations
Color information
#9594BD (or 0x9594BD) is known color: Logan. HEX triplet: 95, 94 and BD. RGB value is (149,148,189). Sum of RGB (Red+Green+Blue) = 149+148+189=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #9594BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594BD is #6A6B42. Grayscale: #989898. Windows color (decimal): -6974275 or 12424341. OLE color: 12424341.
HSL color Cylindrical-coordinate representation of color #9594BD: hue angle of 241.46º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9594BD is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 148 | 189 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.26 |
| HSL | 241.46º | 0.24% | 0.66% | - |
| HSV(B) | 241.46º | 0.22% | 0.74% | - |
| XYZ | 32.17 | 31.24 | 52.48 | - |
| YUV | 152.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 189 | 0.21 | 0.22 | 0 | 0.26 | 241.46 | 0.24 | 0.66 |
| Hex | 95 | 94 | BD | 15 | 16 | 0 | 1A | F1 | 18 | 42 |
| Octal | 225 | 224 | 275 | 25 | 26 | 0 | 32 | 361 | 30 | 102 |
| Binary | 10010101 | 10010100 | 10111101 | 10101 | 10110 | 0 | 11010 | 11110001 | 11000 | 1000010 |
Color Harmonies of #9594BD
Complementary color
Monochromatic Colors of #9594BD
Black with #9594BD
Text Example
Text Example
White with #9594BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594BD; }
p { color: rgb(149,148,189); }
H1.HeaderClassName
{
color: #9594BD;
}
.AnyTagClassName
{
color: #9594BD;
}
</style>
background-color css
<style>
a { background-color: #9594BD; }
a { background-color: rgb(149,148,189); }
div.DivClassName
{
background-color: #9594BD;
}
.BgClassName
{
background-color: #9594BD;
}
</style>
border-color css
<style>
span { border-color: #9594BD; }
span { border-color: rgb(149,148,189); }
td.TdClassName
{
border-color: #9594BD;
}
.TagClassName
{
border-color: #9594BD;
}
</style>