#988EC9

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

Shades of Blue Bell #988EC9

Tints of Blue Bell #988EC9

Color information

#988EC9 (or 0x988EC9) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and C9. RGB value is (152,142,201). Sum of RGB (Red+Green+Blue) = 152+142+201=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #988EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EC9 is #677136. Grayscale: #979797. Windows color (decimal): -6779191 or 13209240. OLE color: 13209240.

HSL color Cylindrical-coordinate representation of color #988EC9: hue angle of 250.17º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988EC9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152142201-
CMYK0.240.2900.21
HSL250.17º35.33%67.25%-
HSV(B)250.17º29.35%78.82%-
XYZ33.1630.2459.35-
YUV151.72155.81128.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=30.71%
G=28.69%
B=40.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521422010.240.2900.21250.1735.3367.25
Hex988EC9181D015fa2343
Octal230216311303502537243103
Binary1001100010001110110010011100011101010101111110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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