Shades of Blue Bell #9F9FC2
Tints of Blue Bell #9F9FC2
RGB
CMYK
RGB Variations
Color information
#9F9FC2 (or 0x9F9FC2) is known color: Blue Bell. HEX triplet: 9F, 9F and C2. RGB value is (159,159,194). Sum of RGB (Red+Green+Blue) = 159+159+194=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F9FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FC2 is #60603D. Grayscale: #A2A2A2. Windows color (decimal): -6316094 or 12754847. OLE color: 12754847.
HSL color Cylindrical-coordinate representation of color #9F9FC2: hue angle of 240º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9FC2 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 159 | 194 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.24 |
| HSL | 240º | 0.22% | 0.69% | - |
| HSV(B) | 240º | 0.18% | 0.76% | - |
| XYZ | 36.43 | 36.06 | 56.08 | - |
| YUV | 162.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 194 | 0.18 | 0.18 | 0 | 0.24 | 240 | 0.22 | 0.69 |
| Hex | 9F | 9F | C2 | 12 | 12 | 0 | 18 | F0 | 16 | 45 |
| Octal | 237 | 237 | 302 | 22 | 22 | 0 | 30 | 360 | 26 | 105 |
| Binary | 10011111 | 10011111 | 11000010 | 10010 | 10010 | 0 | 11000 | 11110000 | 10110 | 1000101 |
Color Harmonies of #9F9FC2
Complementary color
Monochromatic Colors of #9F9FC2
Black with #9F9FC2
Text Example
Text Example
White with #9F9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FC2; }
p { color: rgb(159,159,194); }
H1.HeaderClassName
{
color: #9F9FC2;
}
.AnyTagClassName
{
color: #9F9FC2;
}
</style>
background-color css
<style>
a { background-color: #9F9FC2; }
a { background-color: rgb(159,159,194); }
div.DivClassName
{
background-color: #9F9FC2;
}
.BgClassName
{
background-color: #9F9FC2;
}
</style>
border-color css
<style>
span { border-color: #9F9FC2; }
span { border-color: rgb(159,159,194); }
td.TdClassName
{
border-color: #9F9FC2;
}
.TagClassName
{
border-color: #9F9FC2;
}
</style>