#988CD9

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

Shades of Blue Bell #988CD9

Tints of Blue Bell #988CD9

Color information

#988CD9 (or 0x988CD9) is unknown color: approx Blue Bell. HEX triplet: 98, 8C and D9. RGB value is (152,140,217). Sum of RGB (Red+Green+Blue) = 152+140+217=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #988CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CD9 is #677326. Grayscale: #989898. Windows color (decimal): -6779687 or 14257304. OLE color: 14257304.

HSL color Cylindrical-coordinate representation of color #988CD9: hue angle of 249.35º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988CD9 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152140217-
CMYK0.300.3500.15
HSL249.35º50.33%70%-
HSV(B)249.35º35.48%85.1%-
XYZ34.8530.4469.68-
YUV152.37164.48127.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=29.86%
G=27.50%
B=42.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521402170.300.3500.15249.3550.3370
Hex988CD91E230Ff93246
Octal230214331364301737162106
Binary1001100010001100110110011111010001101111111110011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,140,217); }

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

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

 a { background-color: rgb(152,140,217); }

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

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

 span { border-color: rgb(152,140,217); }

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