#988EDE

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

Shades of Blue Bell #988EDE

Tints of Blue Bell #988EDE

Color information

#988EDE (or 0x988EDE) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and DE. RGB value is (152,142,222). Sum of RGB (Red+Green+Blue) = 152+142+222=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #988EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDE is #677121. Grayscale: #999999. Windows color (decimal): -6779170 or 14585496. OLE color: 14585496.

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

Color convert

RGB152142222-
CMYK0.320.3600.13
HSL247.5º54.79%71.37%-
HSV(B)247.5º36.04%87.06%-
XYZ35.8131.373.26-
YUV154.11166.31126.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=29.46%
G=27.52%
B=43.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521422220.320.3600.13247.554.7971.37
Hex988EDE20240Df83747
Octal230216336404401537067107
Binary10011000100011101101111010000010010001101111110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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