#988BE7

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

Shades of Blue Bell #988BE7

Tints of Blue Bell #988BE7

Color information

#988BE7 (or 0x988BE7) is unknown color: approx Blue Bell. HEX triplet: 98, 8B and E7. RGB value is (152,139,231). Sum of RGB (Red+Green+Blue) = 152+139+231=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #988BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BE7 is #677418. Grayscale: #999999. Windows color (decimal): -6779929 or 15174552. OLE color: 15174552.

HSL color Cylindrical-coordinate representation of color #988BE7: hue angle of 248.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988BE7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152139231-
CMYK0.340.4000.09
HSL248.48º65.71%72.55%-
HSV(B)248.48º39.83%90.59%-
XYZ36.6130.9179.64-
YUV153.38171.81127.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=29.12%
G=26.63%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1521392310.340.4000.09248.4865.7172.55
Hex988BE7222809f84249
Octal2302133474250011370102111
Binary100110001000101111100111100010101000010011111100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,139,231); }

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

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

 a { background-color: rgb(152,139,231); }

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

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

 span { border-color: rgb(152,139,231); }

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