#9994DB

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

Shades of Blue Bell #9994DB

Tints of Blue Bell #9994DB

Color information

#9994DB (or 0x9994DB) is unknown color: approx Blue Bell. HEX triplet: 99, 94 and DB. RGB value is (153,148,219). Sum of RGB (Red+Green+Blue) = 153+148+219=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9994DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994DB is #666B24. Grayscale: #9D9D9D. Windows color (decimal): -6712101 or 14390425. OLE color: 14390425.

HSL color Cylindrical-coordinate representation of color #9994DB: hue angle of 244.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9994DB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153148219-
CMYK0.300.3200.14
HSL244.23º49.65%71.96%-
HSV(B)244.23º32.42%85.88%-
XYZ36.5133.0771.48-
YUV157.59162.66124.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=29.42%
G=28.46%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531482190.300.3200.14244.2349.6571.96
Hex9994DB1E200Ef43248
Octal231224333364001636462110
Binary1001100110010100110110111111010000001110111101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9994DB; }

 p { color: rgb(153,148,219); }

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

<style>
 a { background-color: #9994DB; }

 a { background-color: rgb(153,148,219); }

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

<style>
 span { border-color: #9994DB; }

 span { border-color: rgb(153,148,219); }

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