#988ECB

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

Shades of Blue Bell #988ECB

Tints of Blue Bell #988ECB

Color information

#988ECB (or 0x988ECB) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and CB. RGB value is (152,142,203). Sum of RGB (Red+Green+Blue) = 152+142+203=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #988ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECB is #677134. Grayscale: #979797. Windows color (decimal): -6779189 or 13340312. OLE color: 13340312.

HSL color Cylindrical-coordinate representation of color #988ECB: hue angle of 249.84º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988ECB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152142203-
CMYK0.250.3000.20
HSL249.84º36.97%67.65%-
HSV(B)249.84º30.05%79.61%-
XYZ33.430.3360.59-
YUV151.94156.81128.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=30.58%
G=28.57%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521422030.250.3000.20249.8436.9767.65
Hex988ECB191E014fa2544
Octal230216313313602437245104
Binary1001100010001110110010111100111110010100111110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,142,203); }

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

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

 a { background-color: rgb(152,142,203); }

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

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

 span { border-color: rgb(152,142,203); }

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