Shades of Blue Bell #9995C1
Tints of Blue Bell #9995C1
RGB
CMYK
RGB Variations
Color information
#9995C1 (or 0x9995C1) is known color: Blue Bell. HEX triplet: 99, 95 and C1. RGB value is (153,149,193). Sum of RGB (Red+Green+Blue) = 153+149+193=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9995C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995C1 is #666A3E. Grayscale: #9B9B9B. Windows color (decimal): -6711871 or 12686745. OLE color: 12686745.
HSL color Cylindrical-coordinate representation of color #9995C1: hue angle of 245.45º degrees, saturation: 0.26, 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 #9995C1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 149 | 193 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.24 |
| HSL | 245.45º | 0.26% | 0.67% | - |
| HSV(B) | 245.45º | 0.23% | 0.76% | - |
| XYZ | 33.51 | 32.12 | 54.89 | - |
| YUV | 155.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 193 | 0.21 | 0.23 | 0 | 0.24 | 245.45 | 0.26 | 0.67 |
| Hex | 99 | 95 | C1 | 15 | 17 | 0 | 18 | F5 | 1A | 43 |
| Octal | 231 | 225 | 301 | 25 | 27 | 0 | 30 | 365 | 32 | 103 |
| Binary | 10011001 | 10010101 | 11000001 | 10101 | 10111 | 0 | 11000 | 11110101 | 11010 | 1000011 |
Color Harmonies of #9995C1
Complementary color
Monochromatic Colors of #9995C1
Black with #9995C1
Text Example
Text Example
White with #9995C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995C1; }
p { color: rgb(153,149,193); }
H1.HeaderClassName
{
color: #9995C1;
}
.AnyTagClassName
{
color: #9995C1;
}
</style>
background-color css
<style>
a { background-color: #9995C1; }
a { background-color: rgb(153,149,193); }
div.DivClassName
{
background-color: #9995C1;
}
.BgClassName
{
background-color: #9995C1;
}
</style>
border-color css
<style>
span { border-color: #9995C1; }
span { border-color: rgb(153,149,193); }
td.TdClassName
{
border-color: #9995C1;
}
.TagClassName
{
border-color: #9995C1;
}
</style>