Shades of Blue Bell #9695CC
Tints of Blue Bell #9695CC
RGB
CMYK
RGB Variations
Color information
#9695CC (or 0x9695CC) is known color: Blue Bell. HEX triplet: 96, 95 and CC. RGB value is (150,149,204). Sum of RGB (Red+Green+Blue) = 150+149+204=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9695CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695CC is #696A33. Grayscale: #9B9B9B. Windows color (decimal): -6908468 or 13407638. OLE color: 13407638.
HSL color Cylindrical-coordinate representation of color #9695CC: hue angle of 241.09º degrees, saturation: 0.35, 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 #9695CC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 149 | 204 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.2 |
| HSL | 241.09º | 0.35% | 0.69% | - |
| HSV(B) | 241.09º | 0.27% | 0.8% | - |
| XYZ | 34.22 | 32.34 | 61.56 | - |
| YUV | 155.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 204 | 0.26 | 0.27 | 0 | 0.2 | 241.09 | 0.35 | 0.69 |
| Hex | 96 | 95 | CC | 1A | 1B | 0 | 14 | F1 | 23 | 45 |
| Octal | 226 | 225 | 314 | 32 | 33 | 0 | 24 | 361 | 43 | 105 |
| Binary | 10010110 | 10010101 | 11001100 | 11010 | 11011 | 0 | 10100 | 11110001 | 100011 | 1000101 |
Color Harmonies of #9695CC
Complementary color
Monochromatic Colors of #9695CC
Black with #9695CC
Text Example
Text Example
White with #9695CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695CC; }
p { color: rgb(150,149,204); }
H1.HeaderClassName
{
color: #9695CC;
}
.AnyTagClassName
{
color: #9695CC;
}
</style>
background-color css
<style>
a { background-color: #9695CC; }
a { background-color: rgb(150,149,204); }
div.DivClassName
{
background-color: #9695CC;
}
.BgClassName
{
background-color: #9695CC;
}
</style>
border-color css
<style>
span { border-color: #9695CC; }
span { border-color: rgb(150,149,204); }
td.TdClassName
{
border-color: #9695CC;
}
.TagClassName
{
border-color: #9695CC;
}
</style>