#998FDD

Color #998FDD Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #998FDD

Tints of Blue Bell #998FDD

Color information

#998FDD (or 0x998FDD) is unknown color: approx Blue Bell. HEX triplet: 99, 8F and DD. RGB value is (153,143,221). Sum of RGB (Red+Green+Blue) = 153+143+221=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #998FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FDD is #667022. Grayscale: #9A9A9A. Windows color (decimal): -6713379 or 14520217. OLE color: 14520217.

HSL color Cylindrical-coordinate representation of color #998FDD: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998FDD is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153143221-
CMYK0.310.3500.13
HSL247.69º53.42%71.37%-
HSV(B)247.69º35.29%86.67%-
XYZ36.0131.6472.62-
YUV154.88165.31126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=29.59%
G=27.66%
B=42.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531432210.310.3500.13247.6953.4271.37
Hex998FDD1F230Df83547
Octal231217335374301537065107
Binary1001100110001111110111011111110001101101111110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998FDD; }

 p { color: rgb(153,143,221); }

 H1.HeaderClassName
 {
   color: #998FDD;
 }
 .AnyTagClassName
 {
   color: #998FDD;
 }
</style>
background-color css

<style>
 a { background-color: #998FDD; }

 a { background-color: rgb(153,143,221); }

 div.DivClassName
 {
   background-color: #998FDD;
 }
 .BgClassName
 {
   background-color: #998FDD;
 }
</style>
border-color css

<style>
 span { border-color: #998FDD; }

 span { border-color: rgb(153,143,221); }

 td.TdClassName
 {
   border-color: #998FDD;
 }
 .TagClassName
 {
   border-color: #998FDD;
 }
</style>