#998eea

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

Shades of Blue Bell #998EEA

Tints of Blue Bell #998EEA

Color information

#998EEA (or 0x998EEA) is unknown color: approx Blue Bell. HEX triplet: 99, 8E and EA. RGB value is (153,142,234). Sum of RGB (Red+Green+Blue) = 153+142+234=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 142 (55.86% from 255 or 26.84% 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 #998EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EEA is #667115. Grayscale: #9B9B9B. Windows color (decimal): -6713622 or 15371929. OLE color: 15371929.

HSL color Cylindrical-coordinate representation of color #998EEA: hue angle of 247.17º degrees, saturation: 0.69, 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 #998EEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153142234-
CMYK0.350.3900.08
HSL247.17º68.66%73.73%-
HSV(B)247.17º39.32%91.76%-
XYZ37.6632.0682.04-
YUV155.78172.14126.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=28.92%
G=26.84%
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
Decimal1531422340.350.3900.08247.1768.6673.73
Hex998EEA232708f7454a
Octal2312163524347010367105112
Binary100110011000111011101010100011100111010001111011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998eea; }

 p { color: rgb(153,142,234); }

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

<style>
 a { background-color: #998eea; }

 a { background-color: rgb(153,142,234); }

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

<style>
 span { border-color: #998eea; }

 span { border-color: rgb(153,142,234); }

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