Shades of Blue Bell #958FC3
Tints of Blue Bell #958FC3
RGB
CMYK
RGB Variations
Color information
#958FC3 (or 0x958FC3) is known color: Blue Bell. HEX triplet: 95, 8F and C3. RGB value is (149,143,195). Sum of RGB (Red+Green+Blue) = 149+143+195=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #958FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FC3 is #6A703C. Grayscale: #969696. Windows color (decimal): -6975549 or 12816277. OLE color: 12816277.
HSL color Cylindrical-coordinate representation of color #958FC3: hue angle of 246.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958FC3 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 143 | 195 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.24 |
| HSL | 246.92º | 0.3% | 0.66% | - |
| HSV(B) | 246.92º | 0.27% | 0.76% | - |
| XYZ | 32.07 | 29.97 | 55.73 | - |
| YUV | 150.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 195 | 0.24 | 0.27 | 0 | 0.24 | 246.92 | 0.3 | 0.66 |
| Hex | 95 | 8F | C3 | 18 | 1B | 0 | 18 | F7 | 1E | 42 |
| Octal | 225 | 217 | 303 | 30 | 33 | 0 | 30 | 367 | 36 | 102 |
| Binary | 10010101 | 10001111 | 11000011 | 11000 | 11011 | 0 | 11000 | 11110111 | 11110 | 1000010 |
Color Harmonies of #958FC3
Complementary color
Monochromatic Colors of #958FC3
Black with #958FC3
Text Example
Text Example
White with #958FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FC3; }
p { color: rgb(149,143,195); }
H1.HeaderClassName
{
color: #958FC3;
}
.AnyTagClassName
{
color: #958FC3;
}
</style>
background-color css
<style>
a { background-color: #958FC3; }
a { background-color: rgb(149,143,195); }
div.DivClassName
{
background-color: #958FC3;
}
.BgClassName
{
background-color: #958FC3;
}
</style>
border-color css
<style>
span { border-color: #958FC3; }
span { border-color: rgb(149,143,195); }
td.TdClassName
{
border-color: #958FC3;
}
.TagClassName
{
border-color: #958FC3;
}
</style>