#988EE3

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

Shades of Blue Bell #988EE3

Tints of Blue Bell #988EE3

Color information

#988EE3 (or 0x988EE3) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and E3. RGB value is (152,142,227). Sum of RGB (Red+Green+Blue) = 152+142+227=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #988EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EE3 is #67711C. Grayscale: #9A9A9A. Windows color (decimal): -6779165 or 14913176. OLE color: 14913176.

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

Color convert

RGB152142227-
CMYK0.330.3700.11
HSL247.06º60.28%72.35%-
HSV(B)247.06º37.44%89.02%-
XYZ36.4931.5776.84-
YUV154.68168.81126.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=29.17%
G=27.26%
B=43.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521422270.330.3700.11247.0660.2872.35
Hex988EE321250Bf73c48
Octal230216343414501336774110
Binary10011000100011101110001110000110010101011111101111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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