Shades of Logan #9292B6
Tints of Logan #9292B6
RGB
CMYK
RGB Variations
Color information
#9292B6 (or 0x9292B6) is known color: Logan. HEX triplet: 92, 92 and B6. RGB value is (146,146,182). Sum of RGB (Red+Green+Blue) = 146+146+182=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #9292B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9292B6 is #6D6D49. Grayscale: #959595. Windows color (decimal): -7171402 or 11965074. OLE color: 11965074.
HSL color Cylindrical-coordinate representation of color #9292B6: hue angle of 240º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9292B6 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 146 | 182 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.29 |
| HSL | 240º | 0.2% | 0.64% | - |
| HSV(B) | 240º | 0.2% | 0.71% | - |
| XYZ | 30.58 | 30.05 | 48.44 | - |
| YUV | 150.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 182 | 0.20 | 0.20 | 0 | 0.29 | 240 | 0.2 | 0.64 |
| Hex | 92 | 92 | B6 | 14 | 14 | 0 | 1D | F0 | 14 | 40 |
| Octal | 222 | 222 | 266 | 24 | 24 | 0 | 35 | 360 | 24 | 100 |
| Binary | 10010010 | 10010010 | 10110110 | 10100 | 10100 | 0 | 11101 | 11110000 | 10100 | 1000000 |
Color Harmonies of #9292B6
Complementary color
Monochromatic Colors of #9292B6
Black with #9292B6
Text Example
Text Example
White with #9292B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292B6; }
p { color: rgb(146,146,182); }
H1.HeaderClassName
{
color: #9292B6;
}
.AnyTagClassName
{
color: #9292B6;
}
</style>
background-color css
<style>
a { background-color: #9292B6; }
a { background-color: rgb(146,146,182); }
div.DivClassName
{
background-color: #9292B6;
}
.BgClassName
{
background-color: #9292B6;
}
</style>
border-color css
<style>
span { border-color: #9292B6; }
span { border-color: rgb(146,146,182); }
td.TdClassName
{
border-color: #9292B6;
}
.TagClassName
{
border-color: #9292B6;
}
</style>