#998EDA

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

Shades of Blue Bell #998EDA

Tints of Blue Bell #998EDA

Color information

#998EDA (or 0x998EDA) is unknown color: approx Blue Bell. HEX triplet: 99, 8E and DA. RGB value is (153,142,218). Sum of RGB (Red+Green+Blue) = 153+142+218=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #998EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EDA is #667125. Grayscale: #999999. Windows color (decimal): -6713638 or 14323353. OLE color: 14323353.

HSL color Cylindrical-coordinate representation of color #998EDA: hue angle of 248.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998EDA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153142218-
CMYK0.300.3500.15
HSL248.68º50.67%70.59%-
HSV(B)248.68º34.86%85.49%-
XYZ35.4631.1870.48-
YUV153.95164.14127.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=29.82%
G=27.68%
B=42.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531422180.300.3500.15248.6850.6770.59
Hex998EDA1E230Ff93347
Octal231216332364301737163107
Binary1001100110001110110110101111010001101111111110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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