#988CDC

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

Shades of Blue Bell #988CDC

Tints of Blue Bell #988CDC

Color information

#988CDC (or 0x988CDC) is unknown color: approx Blue Bell. HEX triplet: 98, 8C and DC. RGB value is (152,140,220). Sum of RGB (Red+Green+Blue) = 152+140+220=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #988CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDC is #677323. Grayscale: #989898. Windows color (decimal): -6779684 or 14453912. OLE color: 14453912.

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

Color convert

RGB152140220-
CMYK0.310.3600.14
HSL249º53.33%70.59%-
HSV(B)249º36.36%86.27%-
XYZ35.2530.671.76-
YUV152.71165.98127.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=29.69%
G=27.34%
B=42.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521402200.310.3600.1424953.3370.59
Hex988CDC1F240Ef93547
Octal230214334374401637165107
Binary1001100010001100110111001111110010001110111110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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