#9B92DF

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

Shades of Blue Bell #9B92DF

Tints of Blue Bell #9B92DF

Color information

#9B92DF (or 0x9B92DF) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and DF. RGB value is (155,146,223). Sum of RGB (Red+Green+Blue) = 155+146+223=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92DF is #646D20. Grayscale: #9D9D9D. Windows color (decimal): -6581537 or 14652059. OLE color: 14652059.

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

Color convert

RGB155146223-
CMYK0.300.3500.13
HSL247.01º54.61%72.35%-
HSV(B)247.01º34.53%87.45%-
XYZ37.1232.8574.2-
YUV157.47164.98126.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=29.58%
G=27.86%
B=42.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551462230.300.3500.13247.0154.6172.35
Hex9B92DF1E230Df73748
Octal233222337364301536767110
Binary1001101110010010110111111111010001101101111101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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