#988CED

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

Shades of Blue Bell #988CED

Tints of Blue Bell #988CED

Color information

#988CED (or 0x988CED) is unknown color: approx Blue Bell. HEX triplet: 98, 8C and ED. RGB value is (152,140,237). Sum of RGB (Red+Green+Blue) = 152+140+237=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #988CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988CED is #677312. Grayscale: #9A9A9A. Windows color (decimal): -6779667 or 15568024. OLE color: 15568024.

HSL color Cylindrical-coordinate representation of color #988CED: hue angle of 247.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988CED is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152140237-
CMYK0.360.4100.07
HSL247.42º72.93%73.92%-
HSV(B)247.42º40.93%92.94%-
XYZ37.6131.5584.23-
YUV154.65174.48126.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=28.73%
G=26.47%
B=44.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521402370.360.4100.07247.4272.9373.92
Hex988CED242907f7494a
Octal230214355445107367111112
Binary10011000100011001110110110010010100101111111011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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