Shades of Logan #959BBC
Tints of Logan #959BBC
RGB
CMYK
RGB Variations
Color information
#959BBC (or 0x959BBC) is known color: Logan. HEX triplet: 95, 9B and BC. RGB value is (149,155,188). Sum of RGB (Red+Green+Blue) = 149+155+188=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #959BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBC is #6A6443. Grayscale: #9C9C9C. Windows color (decimal): -6972484 or 12360597. OLE color: 12360597.
HSL color Cylindrical-coordinate representation of color #959BBC: hue angle of 230.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959BBC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 155 | 188 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.26 |
| HSL | 230.77º | 0.23% | 0.66% | - |
| HSV(B) | 230.77º | 0.21% | 0.74% | - |
| XYZ | 33.19 | 33.46 | 52.29 | - |
| YUV | 156.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 188 | 0.21 | 0.18 | 0 | 0.26 | 230.77 | 0.23 | 0.66 |
| Hex | 95 | 9B | BC | 15 | 12 | 0 | 1A | E7 | 17 | 42 |
| Octal | 225 | 233 | 274 | 25 | 22 | 0 | 32 | 347 | 27 | 102 |
| Binary | 10010101 | 10011011 | 10111100 | 10101 | 10010 | 0 | 11010 | 11100111 | 10111 | 1000010 |
Color Harmonies of #959BBC
Complementary color
Monochromatic Colors of #959BBC
Black with #959BBC
Text Example
Text Example
White with #959BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BBC; }
p { color: rgb(149,155,188); }
H1.HeaderClassName
{
color: #959BBC;
}
.AnyTagClassName
{
color: #959BBC;
}
</style>
background-color css
<style>
a { background-color: #959BBC; }
a { background-color: rgb(149,155,188); }
div.DivClassName
{
background-color: #959BBC;
}
.BgClassName
{
background-color: #959BBC;
}
</style>
border-color css
<style>
span { border-color: #959BBC; }
span { border-color: rgb(149,155,188); }
td.TdClassName
{
border-color: #959BBC;
}
.TagClassName
{
border-color: #959BBC;
}
</style>