Shades of Blue Bell #8D95C4
Tints of Blue Bell #8D95C4
RGB
CMYK
RGB Variations
Color information
#8D95C4 (or 0x8D95C4) is known color: Blue Bell. HEX triplet: 8D, 95 and C4. RGB value is (141,149,196). Sum of RGB (Red+Green+Blue) = 141+149+196=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95C4 is #726A3B. Grayscale: #979797. Windows color (decimal): -7498300 or 12883341. OLE color: 12883341.
HSL color Cylindrical-coordinate representation of color #8D95C4: hue angle of 231.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D95C4 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 149 | 196 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.23 |
| HSL | 231.27º | 0.32% | 0.66% | - |
| HSV(B) | 231.27º | 0.28% | 0.77% | - |
| XYZ | 31.7 | 31.14 | 56.57 | - |
| YUV | 151.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 196 | 0.28 | 0.24 | 0 | 0.23 | 231.27 | 0.32 | 0.66 |
| Hex | 8D | 95 | C4 | 1C | 18 | 0 | 17 | E7 | 20 | 42 |
| Octal | 215 | 225 | 304 | 34 | 30 | 0 | 27 | 347 | 40 | 102 |
| Binary | 10001101 | 10010101 | 11000100 | 11100 | 11000 | 0 | 10111 | 11100111 | 100000 | 1000010 |
Color Harmonies of #8D95C4
Complementary color
Monochromatic Colors of #8D95C4
Black with #8D95C4
Text Example
Text Example
White with #8D95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D95C4; }
p { color: rgb(141,149,196); }
H1.HeaderClassName
{
color: #8D95C4;
}
.AnyTagClassName
{
color: #8D95C4;
}
</style>
background-color css
<style>
a { background-color: #8D95C4; }
a { background-color: rgb(141,149,196); }
div.DivClassName
{
background-color: #8D95C4;
}
.BgClassName
{
background-color: #8D95C4;
}
</style>
border-color css
<style>
span { border-color: #8D95C4; }
span { border-color: rgb(141,149,196); }
td.TdClassName
{
border-color: #8D95C4;
}
.TagClassName
{
border-color: #8D95C4;
}
</style>