Shades of Blue Bell #9695CB
Tints of Blue Bell #9695CB
RGB
CMYK
RGB Variations
Color information
#9695CB (or 0x9695CB) is known color: Blue Bell. HEX triplet: 96, 95 and CB. RGB value is (150,149,203). Sum of RGB (Red+Green+Blue) = 150+149+203=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9695CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695CB is #696A34. Grayscale: #9B9B9B. Windows color (decimal): -6908469 or 13342102. OLE color: 13342102.
HSL color Cylindrical-coordinate representation of color #9695CB: hue angle of 241.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9695CB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 149 | 203 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.20 |
| HSL | 241.11º | 0.34% | 0.69% | - |
| HSV(B) | 241.11º | 0.27% | 0.8% | - |
| XYZ | 34.1 | 32.29 | 60.94 | - |
| YUV | 155.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 203 | 0.26 | 0.27 | 0 | 0.20 | 241.11 | 0.34 | 0.69 |
| Hex | 96 | 95 | CB | 1A | 1B | 0 | 14 | F1 | 22 | 45 |
| Octal | 226 | 225 | 313 | 32 | 33 | 0 | 24 | 361 | 42 | 105 |
| Binary | 10010110 | 10010101 | 11001011 | 11010 | 11011 | 0 | 10100 | 11110001 | 100010 | 1000101 |
Color Harmonies of #9695CB
Complementary color
Monochromatic Colors of #9695CB
Black with #9695CB
Text Example
Text Example
White with #9695CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695CB; }
p { color: rgb(150,149,203); }
H1.HeaderClassName
{
color: #9695CB;
}
.AnyTagClassName
{
color: #9695CB;
}
</style>
background-color css
<style>
a { background-color: #9695CB; }
a { background-color: rgb(150,149,203); }
div.DivClassName
{
background-color: #9695CB;
}
.BgClassName
{
background-color: #9695CB;
}
</style>
border-color css
<style>
span { border-color: #9695CB; }
span { border-color: rgb(150,149,203); }
td.TdClassName
{
border-color: #9695CB;
}
.TagClassName
{
border-color: #9695CB;
}
</style>