#988DE3

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

Shades of Blue Bell #988DE3

Tints of Blue Bell #988DE3

Color information

#988DE3 (or 0x988DE3) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and E3. RGB value is (152,141,227). Sum of RGB (Red+Green+Blue) = 152+141+227=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #988DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DE3 is #67721C. Grayscale: #999999. Windows color (decimal): -6779421 or 14912920. OLE color: 14912920.

HSL color Cylindrical-coordinate representation of color #988DE3: hue angle of 247.67º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988DE3 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152141227-
CMYK0.330.3800.11
HSL247.67º60.56%72.16%-
HSV(B)247.67º37.89%89.02%-
XYZ36.3431.2776.79-
YUV154.09169.14126.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=29.23%
G=27.12%
B=43.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521412270.330.3800.11247.6760.5672.16
Hex988DE321260Bf83d48
Octal230215343414601337075110
Binary10011000100011011110001110000110011001011111110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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