#998DDE

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

Shades of Blue Bell #998DDE

Tints of Blue Bell #998DDE

Color information

#998DDE (or 0x998DDE) is unknown color: approx Blue Bell. HEX triplet: 99, 8D and DE. RGB value is (153,141,222). Sum of RGB (Red+Green+Blue) = 153+141+222=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #998DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DDE is #667221. Grayscale: #999999. Windows color (decimal): -6713890 or 14585241. OLE color: 14585241.

HSL color Cylindrical-coordinate representation of color #998DDE: hue angle of 248.89º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998DDE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153141222-
CMYK0.310.3600.13
HSL248.89º55.1%71.18%-
HSV(B)248.89º36.49%87.06%-
XYZ35.8531.173.22-
YUV153.82166.48127.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=29.65%
G=27.33%
B=43.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531412220.310.3600.13248.8955.171.18
Hex998DDE1F240Df93747
Octal231215336374401537167107
Binary1001100110001101110111101111110010001101111110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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