Shades of Blue Bell #9598C2
Tints of Blue Bell #9598C2
RGB
CMYK
RGB Variations
Color information
#9598C2 (or 0x9598C2) is known color: Blue Bell. HEX triplet: 95, 98 and C2. RGB value is (149,152,194). Sum of RGB (Red+Green+Blue) = 149+152+194=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #9598C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598C2 is #6A673D. Grayscale: #9B9B9B. Windows color (decimal): -6973246 or 12753045. OLE color: 12753045.
HSL color Cylindrical-coordinate representation of color #9598C2: hue angle of 236º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9598C2 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 152 | 194 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.24 |
| HSL | 236º | 0.27% | 0.67% | - |
| HSV(B) | 236º | 0.23% | 0.76% | - |
| XYZ | 33.36 | 32.74 | 55.6 | - |
| YUV | 155.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 194 | 0.23 | 0.22 | 0 | 0.24 | 236 | 0.27 | 0.67 |
| Hex | 95 | 98 | C2 | 17 | 16 | 0 | 18 | EC | 1B | 43 |
| Octal | 225 | 230 | 302 | 27 | 26 | 0 | 30 | 354 | 33 | 103 |
| Binary | 10010101 | 10011000 | 11000010 | 10111 | 10110 | 0 | 11000 | 11101100 | 11011 | 1000011 |
Color Harmonies of #9598C2
Complementary color
Monochromatic Colors of #9598C2
Black with #9598C2
Text Example
Text Example
White with #9598C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598C2; }
p { color: rgb(149,152,194); }
H1.HeaderClassName
{
color: #9598C2;
}
.AnyTagClassName
{
color: #9598C2;
}
</style>
background-color css
<style>
a { background-color: #9598C2; }
a { background-color: rgb(149,152,194); }
div.DivClassName
{
background-color: #9598C2;
}
.BgClassName
{
background-color: #9598C2;
}
</style>
border-color css
<style>
span { border-color: #9598C2; }
span { border-color: rgb(149,152,194); }
td.TdClassName
{
border-color: #9598C2;
}
.TagClassName
{
border-color: #9598C2;
}
</style>