Shades of Blue Bell #9595CC
Tints of Blue Bell #9595CC
RGB
CMYK
RGB Variations
Color information
#9595CC (or 0x9595CC) is known color: Blue Bell. HEX triplet: 95, 95 and CC. RGB value is (149,149,204). Sum of RGB (Red+Green+Blue) = 149+149+204=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9595CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9595CC is #6A6A33. Grayscale: #9B9B9B. Windows color (decimal): -6974004 or 13407637. OLE color: 13407637.
HSL color Cylindrical-coordinate representation of color #9595CC: hue angle of 240º 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 #9595CC is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 149 | 204 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.2 |
| HSL | 240º | 0.35% | 0.69% | - |
| HSV(B) | 240º | 0.27% | 0.8% | - |
| XYZ | 34.04 | 32.24 | 61.56 | - |
| YUV | 155.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 204 | 0.27 | 0.27 | 0 | 0.2 | 240 | 0.35 | 0.69 |
| Hex | 95 | 95 | CC | 1B | 1B | 0 | 14 | F0 | 23 | 45 |
| Octal | 225 | 225 | 314 | 33 | 33 | 0 | 24 | 360 | 43 | 105 |
| Binary | 10010101 | 10010101 | 11001100 | 11011 | 11011 | 0 | 10100 | 11110000 | 100011 | 1000101 |
Color Harmonies of #9595CC
Complementary color
Monochromatic Colors of #9595CC
Black with #9595CC
Text Example
Text Example
White with #9595CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9595CC; }
p { color: rgb(149,149,204); }
H1.HeaderClassName
{
color: #9595CC;
}
.AnyTagClassName
{
color: #9595CC;
}
</style>
background-color css
<style>
a { background-color: #9595CC; }
a { background-color: rgb(149,149,204); }
div.DivClassName
{
background-color: #9595CC;
}
.BgClassName
{
background-color: #9595CC;
}
</style>
border-color css
<style>
span { border-color: #9595CC; }
span { border-color: rgb(149,149,204); }
td.TdClassName
{
border-color: #9595CC;
}
.TagClassName
{
border-color: #9595CC;
}
</style>