#9998DE

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

Shades of Blue Bell #9998DE

Tints of Blue Bell #9998DE

Color information

#9998DE (or 0x9998DE) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and DE. RGB value is (153,152,222). Sum of RGB (Red+Green+Blue) = 153+152+222=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #9998DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DE is #666721. Grayscale: #A0A0A0. Windows color (decimal): -6711074 or 14588057. OLE color: 14588057.

HSL color Cylindrical-coordinate representation of color #9998DE: hue angle of 240.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9998DE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153152222-
CMYK0.310.3200.13
HSL240.86º51.47%73.33%-
HSV(B)240.86º31.53%87.06%-
XYZ37.5534.573.79-
YUV160.28162.83122.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=29.03%
G=28.84%
B=42.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531522220.310.3200.13240.8651.4773.33
Hex9998DE1F200Df13349
Octal231230336374001536163111
Binary1001100110011000110111101111110000001101111100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998DE; }

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

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

<style>
 a { background-color: #9998DE; }

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

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

<style>
 span { border-color: #9998DE; }

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

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