#9992DF

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

Shades of Blue Bell #9992DF

Tints of Blue Bell #9992DF

Color information

#9992DF (or 0x9992DF) is unknown color: approx Blue Bell. HEX triplet: 99, 92 and DF. RGB value is (153,146,223). Sum of RGB (Red+Green+Blue) = 153+146+223=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9992DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992DF is #666D20. Grayscale: #9C9C9C. Windows color (decimal): -6712609 or 14652057. OLE color: 14652057.

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

Color convert

RGB153146223-
CMYK0.310.3500.13
HSL245.45º54.61%72.35%-
HSV(B)245.45º34.53%87.45%-
XYZ36.7432.6674.18-
YUV156.87165.32125.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=29.31%
G=27.97%
B=42.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531462230.310.3500.13245.4554.6172.35
Hex9992DF1F230Df53748
Octal231222337374301536567110
Binary1001100110010010110111111111110001101101111101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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