#988DCF

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

Shades of Blue Bell #988DCF

Tints of Blue Bell #988DCF

Color information

#988DCF (or 0x988DCF) is unknown color: approx Blue Bell. HEX triplet: 98, 8D and CF. RGB value is (152,141,207). Sum of RGB (Red+Green+Blue) = 152+141+207=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #988DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DCF is #677230. Grayscale: #979797. Windows color (decimal): -6779441 or 13602200. OLE color: 13602200.

HSL color Cylindrical-coordinate representation of color #988DCF: hue angle of 250º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988DCF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152141207-
CMYK0.270.3200.19
HSL250º40.74%68.24%-
HSV(B)250º31.88%81.18%-
XYZ33.7430.2363.09-
YUV151.81159.14128.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=30.4%
G=28.2%
B=41.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521412070.270.3200.1925040.7468.24
Hex988DCF1B20013fa2944
Octal230215317334002337251104
Binary10011000100011011100111111011100000010011111110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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