#988DE9

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

Shades of Blue Bell #988DE9

Tints of Blue Bell #988DE9

Color information

#988DE9 (or 0x988DE9) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and E9. RGB value is (152,141,233). Sum of RGB (Red+Green+Blue) = 152+141+233=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #988DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DE9 is #677216. Grayscale: #9A9A9A. Windows color (decimal): -6779415 or 15306136. OLE color: 15306136.

HSL color Cylindrical-coordinate representation of color #988DE9: hue angle of 247.17º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988DE9 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152141233-
CMYK0.350.3900.09
HSL247.17º67.65%73.33%-
HSV(B)247.17º39.48%91.37%-
XYZ37.1831.6181.23-
YUV154.78172.14126.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 233 (91.41% from 255) = 44.30%
R=28.90%
G=26.81%
B=44.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521412330.350.3900.09247.1767.6573.33
Hex988DE9232709f74449
Octal2302153514347011367104111
Binary100110001000110111101001100011100111010011111011110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,233); }

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

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

 a { background-color: rgb(152,141,233); }

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

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

 span { border-color: rgb(152,141,233); }

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