Shades of Logan #969AB5
Tints of Logan #969AB5
RGB
CMYK
RGB Variations
Color information
#969AB5 (or 0x969AB5) is known color: Logan. HEX triplet: 96, 9A and B5. RGB value is (150,154,181). Sum of RGB (Red+Green+Blue) = 150+154+181=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #969AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AB5 is #69654A. Grayscale: #9B9B9B. Windows color (decimal): -6907211 or 11901590. OLE color: 11901590.
HSL color Cylindrical-coordinate representation of color #969AB5: hue angle of 232.26º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969AB5 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 154 | 181 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.29 |
| HSL | 232.26º | 0.17% | 0.65% | - |
| HSV(B) | 232.26º | 0.17% | 0.71% | - |
| XYZ | 32.47 | 32.93 | 48.36 | - |
| YUV | 155.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 181 | 0.17 | 0.15 | 0 | 0.29 | 232.26 | 0.17 | 0.65 |
| Hex | 96 | 9A | B5 | 11 | F | 0 | 1D | E8 | 11 | 41 |
| Octal | 226 | 232 | 265 | 21 | 17 | 0 | 35 | 350 | 21 | 101 |
| Binary | 10010110 | 10011010 | 10110101 | 10001 | 1111 | 0 | 11101 | 11101000 | 10001 | 1000001 |
Color Harmonies of #969AB5
Complementary color
Monochromatic Colors of #969AB5
Black with #969AB5
Text Example
Text Example
White with #969AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AB5; }
p { color: rgb(150,154,181); }
H1.HeaderClassName
{
color: #969AB5;
}
.AnyTagClassName
{
color: #969AB5;
}
</style>
background-color css
<style>
a { background-color: #969AB5; }
a { background-color: rgb(150,154,181); }
div.DivClassName
{
background-color: #969AB5;
}
.BgClassName
{
background-color: #969AB5;
}
</style>
border-color css
<style>
span { border-color: #969AB5; }
span { border-color: rgb(150,154,181); }
td.TdClassName
{
border-color: #969AB5;
}
.TagClassName
{
border-color: #969AB5;
}
</style>