#998EDB

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

Shades of Blue Bell #998EDB

Tints of Blue Bell #998EDB

Color information

#998EDB (or 0x998EDB) is unknown color: approx Blue Bell. HEX triplet: 99, 8E and DB. RGB value is (153,142,219). Sum of RGB (Red+Green+Blue) = 153+142+219=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #998EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EDB is #667124. Grayscale: #999999. Windows color (decimal): -6713637 or 14388889. OLE color: 14388889.

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

Color convert

RGB153142219-
CMYK0.300.3500.14
HSL248.57º51.68%70.78%-
HSV(B)248.57º35.16%85.88%-
XYZ35.631.2371.17-
YUV154.07164.64127.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=29.77%
G=27.63%
B=42.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531422190.300.3500.14248.5751.6870.78
Hex998EDB1E230Ef93447
Octal231216333364301637164107
Binary1001100110001110110110111111010001101110111110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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