Shades of Blue Bell #958FC8
Tints of Blue Bell #958FC8
RGB
CMYK
RGB Variations
Color information
#958FC8 (or 0x958FC8) is known color: Blue Bell. HEX triplet: 95, 8F and C8. RGB value is (149,143,200). Sum of RGB (Red+Green+Blue) = 149+143+200=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #958FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FC8 is #6A7037. Grayscale: #979797. Windows color (decimal): -6975544 or 13143957. OLE color: 13143957.
HSL color Cylindrical-coordinate representation of color #958FC8: hue angle of 246.32º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #958FC8 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 143 | 200 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.22 |
| HSL | 246.32º | 0.34% | 0.67% | - |
| HSV(B) | 246.32º | 0.29% | 0.78% | - |
| XYZ | 32.64 | 30.2 | 58.75 | - |
| YUV | 151.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 200 | 0.26 | 0.28 | 0 | 0.22 | 246.32 | 0.34 | 0.67 |
| Hex | 95 | 8F | C8 | 1A | 1C | 0 | 16 | F6 | 22 | 43 |
| Octal | 225 | 217 | 310 | 32 | 34 | 0 | 26 | 366 | 42 | 103 |
| Binary | 10010101 | 10001111 | 11001000 | 11010 | 11100 | 0 | 10110 | 11110110 | 100010 | 1000011 |
Color Harmonies of #958FC8
Complementary color
Monochromatic Colors of #958FC8
Black with #958FC8
Text Example
Text Example
White with #958FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FC8; }
p { color: rgb(149,143,200); }
H1.HeaderClassName
{
color: #958FC8;
}
.AnyTagClassName
{
color: #958FC8;
}
</style>
background-color css
<style>
a { background-color: #958FC8; }
a { background-color: rgb(149,143,200); }
div.DivClassName
{
background-color: #958FC8;
}
.BgClassName
{
background-color: #958FC8;
}
</style>
border-color css
<style>
span { border-color: #958FC8; }
span { border-color: rgb(149,143,200); }
td.TdClassName
{
border-color: #958FC8;
}
.TagClassName
{
border-color: #958FC8;
}
</style>