#988DCB

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

Shades of Blue Bell #988DCB

Tints of Blue Bell #988DCB

Color information

#988DCB (or 0x988DCB) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and CB. RGB value is (152,141,203). Sum of RGB (Red+Green+Blue) = 152+141+203=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #988DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DCB is #677234. Grayscale: #979797. Windows color (decimal): -6779445 or 13340056. OLE color: 13340056.

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

Color convert

RGB152141203-
CMYK0.250.3100.20
HSL250.65º37.35%67.45%-
HSV(B)250.65º30.54%79.61%-
XYZ33.2530.0460.54-
YUV151.36157.14128.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=30.65%
G=28.43%
B=40.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521412030.250.3100.20250.6537.3567.45
Hex988DCB191F014fb2543
Octal230215313313702437345103
Binary1001100010001101110010111100111111010100111110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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