#9492DD

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

Shades of Blue Bell #9492DD

Tints of Blue Bell #9492DD

Color information

#9492DD (or 0x9492DD) is unknown color: approx Blue Bell. HEX triplet: 94, 92 and DD. RGB value is (148,146,221). Sum of RGB (Red+Green+Blue) = 148+146+221=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9492DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492DD is #6B6D22. Grayscale: #9A9A9A. Windows color (decimal): -7040291 or 14520980. OLE color: 14520980.

HSL color Cylindrical-coordinate representation of color #9492DD: hue angle of 241.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 #9492DD is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148146221-
CMYK0.330.3400.13
HSL241.6º52.45%71.96%-
HSV(B)241.6º33.94%86.67%-
XYZ35.5432.0772.72-
YUV155.15165.16122.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=28.74%
G=28.35%
B=42.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481462210.330.3400.13241.652.4571.96
Hex9492DD21220Df23448
Octal224222335414201536264110
Binary10010100100100101101110110000110001001101111100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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