Shades of Blue Bell #958AD4
Tints of Blue Bell #958AD4
RGB
CMYK
RGB Variations
Color information
#958AD4 (or 0x958AD4) is known color: Blue Bell. HEX triplet: 95, 8A and D4. RGB value is (149,138,212). Sum of RGB (Red+Green+Blue) = 149+138+212=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #958AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AD4 is #6A752B. Grayscale: #959595. Windows color (decimal): -6976812 or 13929109. OLE color: 13929109.
HSL color Cylindrical-coordinate representation of color #958AD4: hue angle of 248.92º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958AD4 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 138 | 212 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.17 |
| HSL | 248.92º | 0.46% | 0.69% | - |
| HSV(B) | 248.92º | 0.35% | 0.83% | - |
| XYZ | 33.37 | 29.32 | 66.19 | - |
| YUV | 149.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 212 | 0.30 | 0.35 | 0 | 0.17 | 248.92 | 0.46 | 0.69 |
| Hex | 95 | 8A | D4 | 1E | 23 | 0 | 11 | F9 | 2E | 45 |
| Octal | 225 | 212 | 324 | 36 | 43 | 0 | 21 | 371 | 56 | 105 |
| Binary | 10010101 | 10001010 | 11010100 | 11110 | 100011 | 0 | 10001 | 11111001 | 101110 | 1000101 |
Color Harmonies of #958AD4
Complementary color
Monochromatic Colors of #958AD4
Black with #958AD4
Text Example
Text Example
White with #958AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AD4; }
p { color: rgb(149,138,212); }
H1.HeaderClassName
{
color: #958AD4;
}
.AnyTagClassName
{
color: #958AD4;
}
</style>
background-color css
<style>
a { background-color: #958AD4; }
a { background-color: rgb(149,138,212); }
div.DivClassName
{
background-color: #958AD4;
}
.BgClassName
{
background-color: #958AD4;
}
</style>
border-color css
<style>
span { border-color: #958AD4; }
span { border-color: rgb(149,138,212); }
td.TdClassName
{
border-color: #958AD4;
}
.TagClassName
{
border-color: #958AD4;
}
</style>