#9997DD

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

Shades of Blue Bell #9997DD

Tints of Blue Bell #9997DD

Color information

#9997DD (or 0x9997DD) is unknown color: approx Blue Bell. HEX triplet: 99, 97 and DD. RGB value is (153,151,221). Sum of RGB (Red+Green+Blue) = 153+151+221=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9997DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997DD is #666822. Grayscale: #9F9F9F. Windows color (decimal): -6711331 or 14522265. OLE color: 14522265.

HSL color Cylindrical-coordinate representation of color #9997DD: hue angle of 241.71º 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 #9997DD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153151221-
CMYK0.310.3200.13
HSL241.71º50.72%72.94%-
HSV(B)241.71º31.67%86.67%-
XYZ37.2534.1373.03-
YUV159.58162.66123.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=29.14%
G=28.76%
B=42.10%

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
Decimal1531512210.310.3200.13241.7150.7272.94
Hex9997DD1F200Df23349
Octal231227335374001536263111
Binary1001100110010111110111011111110000001101111100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9997DD; }

 p { color: rgb(153,151,221); }

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

<style>
 a { background-color: #9997DD; }

 a { background-color: rgb(153,151,221); }

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

<style>
 span { border-color: #9997DD; }

 span { border-color: rgb(153,151,221); }

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