#988AE1

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

Shades of Blue Bell #988AE1

Tints of Blue Bell #988AE1

Color information

#988AE1 (or 0x988AE1) is unknown color: approx Blue Bell. HEX triplet: 98, 8A and E1. RGB value is (152,138,225). Sum of RGB (Red+Green+Blue) = 152+138+225=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #988AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AE1 is #67751E. Grayscale: #979797. Windows color (decimal): -6780191 or 14781080. OLE color: 14781080.

HSL color Cylindrical-coordinate representation of color #988AE1: hue angle of 249.66º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988AE1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152138225-
CMYK0.320.3900.12
HSL249.66º59.18%71.18%-
HSV(B)249.66º38.67%88.24%-
XYZ35.6330.2975.2-
YUV152.1169.14127.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=29.51%
G=26.80%
B=43.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521382250.320.3900.12249.6659.1871.18
Hex988AE120270Cfa3b47
Octal230212341404701437273107
Binary10011000100010101110000110000010011101100111110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,225); }

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

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

 a { background-color: rgb(152,138,225); }

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

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

 span { border-color: rgb(152,138,225); }

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