#9B92DD

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

Shades of Blue Bell #9B92DD

Tints of Blue Bell #9B92DD

Color information

#9B92DD (or 0x9B92DD) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and DD. RGB value is (155,146,221). Sum of RGB (Red+Green+Blue) = 155+146+221=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92DD is #646D22. Grayscale: #9C9C9C. Windows color (decimal): -6581539 or 14520987. OLE color: 14520987.

HSL color Cylindrical-coordinate representation of color #9B92DD: hue angle of 247.2º 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 #9B92DD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155146221-
CMYK0.300.3400.13
HSL247.2º52.45%71.96%-
HSV(B)247.2º33.94%86.67%-
XYZ36.8532.7572.79-
YUV157.24163.98126.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=29.69%
G=27.97%
B=42.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551462210.300.3400.13247.252.4571.96
Hex9B92DD1E220Df73448
Octal233222335364201536764110
Binary1001101110010010110111011111010001001101111101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B92DD; }

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

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

<style>
 a { background-color: #9B92DD; }

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

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

<style>
 span { border-color: #9B92DD; }

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

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