#9B92DB

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

Shades of Blue Bell #9B92DB

Tints of Blue Bell #9B92DB

Color information

#9B92DB (or 0x9B92DB) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and DB. RGB value is (155,146,219). Sum of RGB (Red+Green+Blue) = 155+146+219=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92DB is #646D24. Grayscale: #9C9C9C. Windows color (decimal): -6581541 or 14389915. OLE color: 14389915.

HSL color Cylindrical-coordinate representation of color #9B92DB: hue angle of 247.4º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B92DB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155146219-
CMYK0.290.3300.14
HSL247.4º50.34%71.57%-
HSV(B)247.4º33.33%85.88%-
XYZ36.5832.6471.39-
YUV157.01162.98126.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=29.81%
G=28.08%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551462190.290.3300.14247.450.3471.57
Hex9B92DB1D210Ef73248
Octal233222333354101636762110
Binary1001101110010010110110111110110000101110111101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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