Shades of Blue Bell #998CD3
Tints of Blue Bell #998CD3
RGB
CMYK
RGB Variations
Color information
#998CD3 (or 0x998CD3) is known color: Blue Bell. HEX triplet: 99, 8C and D3. RGB value is (153,140,211). Sum of RGB (Red+Green+Blue) = 153+140+211=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #998CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CD3 is #66732C. Grayscale: #979797. Windows color (decimal): -6714157 or 13864089. OLE color: 13864089.
HSL color Cylindrical-coordinate representation of color #998CD3: hue angle of 250.99º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998CD3 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 153 | 140 | 211 | - |
CMYK | 0.27 | 0.34 | 0 | 0.17 |
HSL | 250.99º | 0.45% | 0.69% | - |
HSV(B) | 250.99º | 0.34% | 0.83% | - |
XYZ | 34.27 | 30.23 | 65.66 | - |
YUV | 151.98 | 161.31 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 140 | 211 | 0.27 | 0.34 | 0 | 0.17 | 250.99 | 0.45 | 0.69 |
Hex | 99 | 8C | D3 | 1B | 22 | 0 | 11 | FB | 2D | 45 |
Octal | 231 | 214 | 323 | 33 | 42 | 0 | 21 | 373 | 55 | 105 |
Binary | 10011001 | 10001100 | 11010011 | 11011 | 100010 | 0 | 10001 | 11111011 | 101101 | 1000101 |
Color Harmonies of #998CD3
Complementary color
Monochromatic Colors of #998CD3
Black with #998CD3
Text Example
Text Example
White with #998CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CD3; }
p { color: rgb(153,140,211); }
H1.HeaderClassName
{
color: #998CD3;
}
.AnyTagClassName
{
color: #998CD3;
}
</style>
background-color css
<style>
a { background-color: #998CD3; }
a { background-color: rgb(153,140,211); }
div.DivClassName
{
background-color: #998CD3;
}
.BgClassName
{
background-color: #998CD3;
}
</style>
border-color css
<style>
span { border-color: #998CD3; }
span { border-color: rgb(153,140,211); }
td.TdClassName
{
border-color: #998CD3;
}
.TagClassName
{
border-color: #998CD3;
}
</style>