#988AD1

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

Shades of Blue Bell #988AD1

Tints of Blue Bell #988AD1

Color information

#988AD1 (or 0x988AD1) is unknown color: approx Blue Bell. HEX triplet: 98, 8A and D1. RGB value is (152,138,209). Sum of RGB (Red+Green+Blue) = 152+138+209=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #988AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AD1 is #67752E. Grayscale: #969696. Windows color (decimal): -6780207 or 13732504. OLE color: 13732504.

HSL color Cylindrical-coordinate representation of color #988AD1: hue angle of 251.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #988AD1 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152138209-
CMYK0.270.3400.18
HSL251.83º43.56%68.04%-
HSV(B)251.83º33.97%81.96%-
XYZ33.5529.4664.24-
YUV150.28161.14129.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=30.46%
G=27.66%
B=41.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521382090.270.3400.18251.8343.5668.04
Hex988AD11B22012fc2c44
Octal230212321334202237454104
Binary10011000100010101101000111011100010010010111111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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