#9998D9

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

Shades of Blue Bell #9998D9

Tints of Blue Bell #9998D9

Color information

#9998D9 (or 0x9998D9) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and D9. RGB value is (153,152,217). Sum of RGB (Red+Green+Blue) = 153+152+217=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #9998D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998D9 is #666726. Grayscale: #9F9F9F. Windows color (decimal): -6711079 or 14260377. OLE color: 14260377.

HSL color Cylindrical-coordinate representation of color #9998D9: hue angle of 240.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9998D9 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153152217-
CMYK0.290.3000.15
HSL240.92º46.1%72.35%-
HSV(B)240.92º29.95%85.1%-
XYZ36.8934.2470.31-
YUV159.71160.33123.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=29.31%
G=29.12%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531522170.290.3000.15240.9246.172.35
Hex9998D91D1E0Ff12e48
Octal231230331353601736156110
Binary100110011001100011011001111011111001111111100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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