#9992DD

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

Shades of Blue Bell #9992DD

Tints of Blue Bell #9992DD

Color information

#9992DD (or 0x9992DD) is unknown color: approx Blue Bell. HEX triplet: 99, 92 and DD. RGB value is (153,146,221). Sum of RGB (Red+Green+Blue) = 153+146+221=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9992DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992DD is #666D22. Grayscale: #9C9C9C. Windows color (decimal): -6712611 or 14520985. OLE color: 14520985.

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

Color convert

RGB153146221-
CMYK0.310.3400.13
HSL245.6º52.45%71.96%-
HSV(B)245.6º33.94%86.67%-
XYZ36.4732.5572.77-
YUV156.64164.32125.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=29.42%
G=28.08%
B=42.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531462210.310.3400.13245.652.4571.96
Hex9992DD1F220Df63448
Octal231222335374201536664110
Binary1001100110010010110111011111110001001101111101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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