#988AE2

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

Shades of Blue Bell #988AE2

Tints of Blue Bell #988AE2

Color information

#988AE2 (or 0x988AE2) is unknown color: approx Blue Bell. HEX triplet: 98, 8A and E2. RGB value is (152,138,226). Sum of RGB (Red+Green+Blue) = 152+138+226=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #988AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AE2 is #67751D. Grayscale: #979797. Windows color (decimal): -6780190 or 14846616. OLE color: 14846616.

HSL color Cylindrical-coordinate representation of color #988AE2: hue angle of 249.55º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988AE2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152138226-
CMYK0.330.3900.11
HSL249.55º60.27%71.37%-
HSV(B)249.55º38.94%88.63%-
XYZ35.7630.3475.92-
YUV152.22169.64127.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 226 (88.67% from 255) = 43.80%
R=29.46%
G=26.74%
B=43.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521382260.330.3900.11249.5560.2771.37
Hex988AE221270Bfa3c47
Octal230212342414701337274107
Binary10011000100010101110001010000110011101011111110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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