#9B91EB

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

Shades of Blue Bell #9B91EB

Tints of Blue Bell #9B91EB

Color information

#9B91EB (or 0x9B91EB) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and EB. RGB value is (155,145,235). Sum of RGB (Red+Green+Blue) = 155+145+235=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B91EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B91EB is #646E14. Grayscale: #9D9D9D. Windows color (decimal): -6581781 or 15438235. OLE color: 15438235.

HSL color Cylindrical-coordinate representation of color #9B91EB: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B91EB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155145235-
CMYK0.340.3800.08
HSL246.67º69.23%74.51%-
HSV(B)246.67º38.3%92.16%-
XYZ38.6433.2282.97-
YUV158.25171.31125.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=28.97%
G=27.10%
B=43.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551452350.340.3800.08246.6769.2374.51
Hex9B91EB222608f7454b
Octal2332213534246010367105113
Binary100110111001000111101011100010100110010001111011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,145,235); }

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

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

 a { background-color: rgb(155,145,235); }

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

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

 span { border-color: rgb(155,145,235); }

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