#988CCD

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

Shades of Blue Bell #988CCD

Tints of Blue Bell #988CCD

Color information

#988CCD (or 0x988CCD) is unknown color: approx Blue Bell. HEX triplet: 98, 8C and CD. RGB value is (152,140,205). Sum of RGB (Red+Green+Blue) = 152+140+205=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #988CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCD is #677332. Grayscale: #969696. Windows color (decimal): -6779699 or 13470872. OLE color: 13470872.

HSL color Cylindrical-coordinate representation of color #988CCD: hue angle of 251.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988CCD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152140205-
CMYK0.260.3200.20
HSL251.08º39.39%67.65%-
HSV(B)251.08º31.71%80.39%-
XYZ33.3529.8461.76-
YUV151158.48128.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=30.58%
G=28.17%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521402050.260.3200.20251.0839.3967.65
Hex988CCD1A20014fb2744
Octal230214315324002437347104
Binary10011000100011001100110111010100000010100111110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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