#988EE9

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

Shades of Blue Bell #988EE9

Tints of Blue Bell #988EE9

Color information

#988EE9 (or 0x988EE9) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and E9. RGB value is (152,142,233). Sum of RGB (Red+Green+Blue) = 152+142+233=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #988EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988EE9 is #677116. Grayscale: #9B9B9B. Windows color (decimal): -6779159 or 15306392. OLE color: 15306392.

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

Color convert

RGB152142233-
CMYK0.350.3900.09
HSL246.59º67.41%73.53%-
HSV(B)246.59º39.06%91.37%-
XYZ37.3331.981.28-
YUV155.36171.81125.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=28.84%
G=26.94%
B=44.21%

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
Decimal1521422330.350.3900.09246.5967.4173.53
Hex988EE9232709f7434a
Octal2302163514347011367103112
Binary100110001000111011101001100011100111010011111011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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