#9B91ED

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

Shades of Blue Bell #9B91ED

Tints of Blue Bell #9B91ED

Color information

#9B91ED (or 0x9B91ED) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and ED. RGB value is (155,145,237). Sum of RGB (Red+Green+Blue) = 155+145+237=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B91ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B91ED is #646E12. Grayscale: #9E9E9E. Windows color (decimal): -6581779 or 15569307. OLE color: 15569307.

HSL color Cylindrical-coordinate representation of color #9B91ED: hue angle of 246.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B91ED is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155145237-
CMYK0.350.3900.07
HSL246.52º71.88%74.9%-
HSV(B)246.52º38.82%92.94%-
XYZ38.9333.3384.5-
YUV158.48172.31125.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=28.86%
G=27.00%
B=44.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551452370.350.3900.07246.5271.8874.9
Hex9B91ED232707f7484b
Octal233221355434707367110113
Binary10011011100100011110110110001110011101111111011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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