#9B93CB

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

Shades of Blue Bell #9B93CB

Tints of Blue Bell #9B93CB

Color information

#9B93CB (or 0x9B93CB) is unknown color: approx Blue Bell. HEX triplet: 9B, 93 and CB. RGB value is (155,147,203). Sum of RGB (Red+Green+Blue) = 155+147+203=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93CB is #646C34. Grayscale: #9B9B9B. Windows color (decimal): -6581301 or 13341595. OLE color: 13341595.

HSL color Cylindrical-coordinate representation of color #9B93CB: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B93CB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155147203-
CMYK0.240.2800.20
HSL248.57º35%68.63%-
HSV(B)248.57º27.59%79.61%-
XYZ34.7332.1560.87-
YUV155.78154.65127.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=30.69%
G=29.11%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551472030.240.2800.20248.573568.63
Hex9B93CB181C014f92345
Octal233223313303402437143105
Binary1001101110010011110010111100011100010100111110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,203); }

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

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

 a { background-color: rgb(155,147,203); }

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

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

 span { border-color: rgb(155,147,203); }

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