#988DEB

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

Shades of Blue Bell #988DEB

Tints of Blue Bell #988DEB

Color information

#988DEB (or 0x988DEB) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and EB. RGB value is (152,141,235). Sum of RGB (Red+Green+Blue) = 152+141+235=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #988DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DEB is #677214. Grayscale: #9A9A9A. Windows color (decimal): -6779413 or 15437208. OLE color: 15437208.

HSL color Cylindrical-coordinate representation of color #988DEB: hue angle of 247.02º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988DEB is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152141235-
CMYK0.350.400.08
HSL247.02º70.15%73.73%-
HSV(B)247.02º40%92.16%-
XYZ37.4731.7282.75-
YUV155173.14125.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=28.79%
G=26.70%
B=44.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521412350.350.400.08247.0270.1573.73
Hex988DEB232808f7464a
Octal2302153534350010367106112
Binary100110001000110111101011100011101000010001111011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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