#988DD4

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

Shades of Blue Bell #988DD4

Tints of Blue Bell #988DD4

Color information

#988DD4 (or 0x988DD4) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and D4. RGB value is (152,141,212). Sum of RGB (Red+Green+Blue) = 152+141+212=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #988DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DD4 is #67722B. Grayscale: #989898. Windows color (decimal): -6779436 or 13929880. OLE color: 13929880.

HSL color Cylindrical-coordinate representation of color #988DD4: hue angle of 249.3º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988DD4 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB152141212-
CMYK0.280.3300.17
HSL249.3º45.22%69.22%-
HSV(B)249.3º33.49%83.14%-
XYZ34.3630.4866.36-
YUV152.38161.64127.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=30.10%
G=27.92%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1521412120.280.3300.17249.345.2269.22
Hex988DD41C21011f92d45
Octal230215324344102137155105
Binary10011000100011011101010011100100001010001111110011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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