Shades of Logan #969AB2
Tints of Logan #969AB2
RGB
CMYK
RGB Variations
Color information
#969AB2 (or 0x969AB2) is known color: Logan. HEX triplet: 96, 9A and B2. RGB value is (150,154,178). Sum of RGB (Red+Green+Blue) = 150+154+178=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 178 - color contains mainly: blue. Hex color #969AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AB2 is #69654D. Grayscale: #9B9B9B. Windows color (decimal): -6907214 or 11704982. OLE color: 11704982.
HSL color Cylindrical-coordinate representation of color #969AB2: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969AB2 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 154 | 178 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.30 |
| HSL | 231.43º | 0.15% | 0.64% | - |
| HSV(B) | 231.43º | 0.16% | 0.7% | - |
| XYZ | 32.17 | 32.81 | 46.76 | - |
| YUV | 155.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 178 | 0.16 | 0.13 | 0 | 0.30 | 231.43 | 0.15 | 0.64 |
| Hex | 96 | 9A | B2 | 10 | D | 0 | 1E | E7 | F | 40 |
| Octal | 226 | 232 | 262 | 20 | 15 | 0 | 36 | 347 | 17 | 100 |
| Binary | 10010110 | 10011010 | 10110010 | 10000 | 1101 | 0 | 11110 | 11100111 | 1111 | 1000000 |
Color Harmonies of #969AB2
Complementary color
Monochromatic Colors of #969AB2
Black with #969AB2
Text Example
Text Example
White with #969AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AB2; }
p { color: rgb(150,154,178); }
H1.HeaderClassName
{
color: #969AB2;
}
.AnyTagClassName
{
color: #969AB2;
}
</style>
background-color css
<style>
a { background-color: #969AB2; }
a { background-color: rgb(150,154,178); }
div.DivClassName
{
background-color: #969AB2;
}
.BgClassName
{
background-color: #969AB2;
}
</style>
border-color css
<style>
span { border-color: #969AB2; }
span { border-color: rgb(150,154,178); }
td.TdClassName
{
border-color: #969AB2;
}
.TagClassName
{
border-color: #969AB2;
}
</style>