#988edc

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

Shades of Blue Bell #988EDC

Tints of Blue Bell #988EDC

Color information

#988EDC (or 0x988EDC) is unknown color: approx Blue Bell. HEX triplet: 98, 8E and DC. RGB value is (152,142,220). Sum of RGB (Red+Green+Blue) = 152+142+220=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #988EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDC is #677123. Grayscale: #999999. Windows color (decimal): -6779172 or 14454424. OLE color: 14454424.

HSL color Cylindrical-coordinate representation of color #988EDC: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988EDC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152142220-
CMYK0.310.3500.14
HSL247.69º52.7%70.98%-
HSV(B)247.69º35.45%86.27%-
XYZ35.5431.1971.86-
YUV153.88165.31126.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=29.57%
G=27.63%
B=42.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521422200.310.3500.14247.6952.770.98
Hex988EDC1F230Ef83547
Octal230216334374301637065107
Binary1001100010001110110111001111110001101110111110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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