#988FCA

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

Shades of Blue Bell #988FCA

Tints of Blue Bell #988FCA

Color information

#988FCA (or 0x988FCA) is unknown color: approx Blue Bell. HEX triplet: 98, 8F and CA. RGB value is (152,143,202). Sum of RGB (Red+Green+Blue) = 152+143+202=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #988FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCA is #677035. Grayscale: #989898. Windows color (decimal): -6778934 or 13275032. OLE color: 13275032.

HSL color Cylindrical-coordinate representation of color #988FCA: hue angle of 249.15º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988FCA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152143202-
CMYK0.250.2900.21
HSL249.15º35.76%67.65%-
HSV(B)249.15º29.21%79.22%-
XYZ33.4330.5860.02-
YUV152.42155.98127.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=30.58%
G=28.77%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521432020.250.2900.21249.1535.7667.65
Hex988FCA191D015f92444
Octal230217312313502537144104
Binary1001100010001111110010101100111101010101111110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,202); }

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

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

 a { background-color: rgb(152,143,202); }

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

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

 span { border-color: rgb(152,143,202); }

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