#988FDE

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

Shades of Blue Bell #988FDE

Tints of Blue Bell #988FDE

Color information

#988FDE (or 0x988FDE) is unknown color: approx Blue Bell. HEX triplet: 98, 8F and DE. RGB value is (152,143,222). Sum of RGB (Red+Green+Blue) = 152+143+222=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #988FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDE is #677021. Grayscale: #9A9A9A. Windows color (decimal): -6778914 or 14585752. OLE color: 14585752.

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

Color convert

RGB152143222-
CMYK0.320.3600.13
HSL246.84º54.48%71.57%-
HSV(B)246.84º35.59%87.06%-
XYZ35.9631.5973.31-
YUV154.7165.98126.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=29.40%
G=27.66%
B=42.94%

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
Decimal1521432220.320.3600.13246.8454.4871.57
Hex988FDE20240Df73648
Octal230217336404401536766110
Binary10011000100011111101111010000010010001101111101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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