#998DDA

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

Shades of Blue Bell #998DDA

Tints of Blue Bell #998DDA

Color information

#998DDA (or 0x998DDA) is unknown color: approx Blue Bell. HEX triplet: 99, 8D and DA. RGB value is (153,141,218). Sum of RGB (Red+Green+Blue) = 153+141+218=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #998DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DDA is #667225. Grayscale: #999999. Windows color (decimal): -6713894 or 14323097. OLE color: 14323097.

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

Color convert

RGB153141218-
CMYK0.300.3500.15
HSL249.35º50.99%70.39%-
HSV(B)249.35º35.32%85.49%-
XYZ35.3230.8870.43-
YUV153.37164.48127.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=29.88%
G=27.54%
B=42.58%

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
Decimal1531412180.300.3500.15249.3550.9970.39
Hex998DDA1E230Ff93346
Octal231215332364301737163106
Binary1001100110001101110110101111010001101111111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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