Shades of Logan #9595B5
Tints of Logan #9595B5
RGB
CMYK
RGB Variations
Color information
#9595B5 (or 0x9595B5) is known color: Logan. HEX triplet: 95, 95 and B5. RGB value is (149,149,181). Sum of RGB (Red+Green+Blue) = 149+149+181=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #9595B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9595B5 is #6A6A4A. Grayscale: #989898. Windows color (decimal): -6974027 or 11900309. OLE color: 11900309.
HSL color Cylindrical-coordinate representation of color #9595B5: hue angle of 240º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9595B5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 149 | 149 | 181 | - |
CMYK | 0.18 | 0.18 | 0 | 0.29 |
HSL | 240º | 0.18% | 0.65% | - |
HSV(B) | 240º | 0.18% | 0.71% | - |
XYZ | 31.48 | 31.22 | 48.08 | - |
YUV | 152.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 149 | 181 | 0.18 | 0.18 | 0 | 0.29 | 240 | 0.18 | 0.65 |
Hex | 95 | 95 | B5 | 12 | 12 | 0 | 1D | F0 | 12 | 41 |
Octal | 225 | 225 | 265 | 22 | 22 | 0 | 35 | 360 | 22 | 101 |
Binary | 10010101 | 10010101 | 10110101 | 10010 | 10010 | 0 | 11101 | 11110000 | 10010 | 1000001 |
Color Harmonies of #9595B5
Complementary color
Monochromatic Colors of #9595B5
Black with #9595B5
Text Example
Text Example
White with #9595B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9595B5; }
p { color: rgb(149,149,181); }
H1.HeaderClassName
{
color: #9595B5;
}
.AnyTagClassName
{
color: #9595B5;
}
</style>
background-color css
<style>
a { background-color: #9595B5; }
a { background-color: rgb(149,149,181); }
div.DivClassName
{
background-color: #9595B5;
}
.BgClassName
{
background-color: #9595B5;
}
</style>
border-color css
<style>
span { border-color: #9595B5; }
span { border-color: rgb(149,149,181); }
td.TdClassName
{
border-color: #9595B5;
}
.TagClassName
{
border-color: #9595B5;
}
</style>