#9998DC

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

Shades of Blue Bell #9998DC

Tints of Blue Bell #9998DC

Color information

#9998DC (or 0x9998DC) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and DC. RGB value is (153,152,220). Sum of RGB (Red+Green+Blue) = 153+152+220=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9998DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DC is #666723. Grayscale: #9F9F9F. Windows color (decimal): -6711076 or 14456985. OLE color: 14456985.

HSL color Cylindrical-coordinate representation of color #9998DC: hue angle of 240.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9998DC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153152220-
CMYK0.300.3100.14
HSL240.88º49.28%72.94%-
HSV(B)240.88º30.91%86.27%-
XYZ37.2834.472.38-
YUV160.05161.83122.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=29.14%
G=28.95%
B=41.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531522200.300.3100.14240.8849.2872.94
Hex9998DC1E1F0Ef13149
Octal231230334363701636161111
Binary100110011001100011011100111101111101110111100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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