#9993DD

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

Shades of Blue Bell #9993DD

Tints of Blue Bell #9993DD

Color information

#9993DD (or 0x9993DD) is unknown color: approx Blue Bell. HEX triplet: 99, 93 and DD. RGB value is (153,147,221). Sum of RGB (Red+Green+Blue) = 153+147+221=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9993DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993DD is #666C22. Grayscale: #9C9C9C. Windows color (decimal): -6712355 or 14521241. OLE color: 14521241.

HSL color Cylindrical-coordinate representation of color #9993DD: hue angle of 244.86º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9993DD is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153147221-
CMYK0.310.3300.13
HSL244.86º52.11%72.16%-
HSV(B)244.86º33.48%86.67%-
XYZ36.6232.8672.82-
YUV157.23163.99124.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=29.37%
G=28.21%
B=42.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531472210.310.3300.13244.8652.1172.16
Hex9993DD1F210Df53448
Octal231223335374101536564110
Binary1001100110010011110111011111110000101101111101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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