#988DDB

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

Shades of Blue Bell #988DDB

Tints of Blue Bell #988DDB

Color information

#988DDB (or 0x988DDB) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and DB. RGB value is (152,141,219). Sum of RGB (Red+Green+Blue) = 152+141+219=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #988DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DDB is #677224. Grayscale: #989898. Windows color (decimal): -6779429 or 14388632. OLE color: 14388632.

HSL color Cylindrical-coordinate representation of color #988DDB: hue angle of 248.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988DDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152141219-
CMYK0.310.3600.14
HSL248.46º52%70.59%-
HSV(B)248.46º35.62%85.88%-
XYZ35.2630.8471.11-
YUV153.18165.14127.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=29.69%
G=27.54%
B=42.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521412190.310.3600.14248.465270.59
Hex988DDB1F240Ef83447
Octal230215333374401637064107
Binary1001100010001101110110111111110010001110111110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,219); }

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

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

 a { background-color: rgb(152,141,219); }

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

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

 span { border-color: rgb(152,141,219); }

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