#988FEA

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

Shades of Blue Bell #988FEA

Tints of Blue Bell #988FEA

Color information

#988FEA (or 0x988FEA) is unknown color: approx Blue Bell. HEX triplet: 98, 8F and EA. RGB value is (152,143,234). Sum of RGB (Red+Green+Blue) = 152+143+234=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #988FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FEA is #677015. Grayscale: #9B9B9B. Windows color (decimal): -6778902 or 15372184. OLE color: 15372184.

HSL color Cylindrical-coordinate representation of color #988FEA: hue angle of 245.93º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152143234-
CMYK0.350.3900.08
HSL245.93º68.42%73.92%-
HSV(B)245.93º38.89%91.76%-
XYZ37.6232.2682.09-
YUV156.06171.98125.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=28.73%
G=27.03%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521432340.350.3900.08245.9368.4273.92
Hex988FEA232708f6444a
Octal2302173524347010366104112
Binary100110001000111111101010100011100111010001111011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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