#988BDD

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

Shades of Blue Bell #988BDD

Tints of Blue Bell #988BDD

Color information

#988BDD (or 0x988BDD) is unknown color: approx Blue Bell. HEX triplet: 98, 8B and DD. RGB value is (152,139,221). Sum of RGB (Red+Green+Blue) = 152+139+221=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #988BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BDD is #677422. Grayscale: #979797. Windows color (decimal): -6779939 or 14519192. OLE color: 14519192.

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

Color convert

RGB152139221-
CMYK0.310.3700.13
HSL249.51º54.67%70.59%-
HSV(B)249.51º37.1%86.67%-
XYZ35.2330.3672.41-
YUV152.24166.81127.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=29.69%
G=27.15%
B=43.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521392210.310.3700.13249.5154.6770.59
Hex988BDD1F250Dfa3747
Octal230213335374501537267107
Binary1001100010001011110111011111110010101101111110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988BDD; }

 p { color: rgb(152,139,221); }

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

<style>
 a { background-color: #988BDD; }

 a { background-color: rgb(152,139,221); }

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

<style>
 span { border-color: #988BDD; }

 span { border-color: rgb(152,139,221); }

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