#9997DC

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

Shades of Blue Bell #9997DC

Tints of Blue Bell #9997DC

Color information

#9997DC (or 0x9997DC) is unknown color: approx Blue Bell. HEX triplet: 99, 97 and DC. RGB value is (153,151,220). Sum of RGB (Red+Green+Blue) = 153+151+220=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9997DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997DC is #666823. Grayscale: #9F9F9F. Windows color (decimal): -6711332 or 14456729. OLE color: 14456729.

HSL color Cylindrical-coordinate representation of color #9997DC: hue angle of 241.74º degrees, saturation: 0.5, 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 #9997DC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153151220-
CMYK0.300.3100.14
HSL241.74º49.64%72.75%-
HSV(B)241.74º31.36%86.27%-
XYZ37.1234.0772.33-
YUV159.46162.16123.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=29.20%
G=28.82%
B=41.98%

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
Decimal1531512200.300.3100.14241.7449.6472.75
Hex9997DC1E1F0Ef23249
Octal231227334363701636262111
Binary100110011001011111011100111101111101110111100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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