#988ECA

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

Shades of Blue Bell #988ECA

Tints of Blue Bell #988ECA

Color information

#988ECA (or 0x988ECA) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and CA. RGB value is (152,142,202). Sum of RGB (Red+Green+Blue) = 152+142+202=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #988ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECA is #677135. Grayscale: #979797. Windows color (decimal): -6779190 or 13274776. OLE color: 13274776.

HSL color Cylindrical-coordinate representation of color #988ECA: hue angle of 250º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988ECA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152142202-
CMYK0.250.3000.21
HSL250º36.14%67.45%-
HSV(B)250º29.7%79.22%-
XYZ33.2830.2959.97-
YUV151.83156.31128.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=30.65%
G=28.63%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521422020.250.3000.2125036.1467.45
Hex988ECA191E015fa2443
Octal230216312313602537244103
Binary1001100010001110110010101100111110010101111110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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