#998BDB

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

Shades of Blue Bell #998BDB

Tints of Blue Bell #998BDB

Color information

#998BDB (or 0x998BDB) is unknown color: approx Blue Bell. HEX triplet: 99, 8B and DB. RGB value is (153,139,219). Sum of RGB (Red+Green+Blue) = 153+139+219=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #998BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BDB is #667424. Grayscale: #989898. Windows color (decimal): -6714405 or 14388121. OLE color: 14388121.

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

Color convert

RGB153139219-
CMYK0.300.3700.14
HSL250.5º52.63%70.2%-
HSV(B)250.5º36.53%85.88%-
XYZ35.1630.3571.02-
YUV152.31165.64128.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=29.94%
G=27.20%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531392190.300.3700.14250.552.6370.2
Hex998BDB1E250Efa3546
Octal231213333364501637265106
Binary1001100110001011110110111111010010101110111110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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