#9B91E1

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

Shades of Blue Bell #9B91E1

Tints of Blue Bell #9B91E1

Color information

#9B91E1 (or 0x9B91E1) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and E1. RGB value is (155,145,225). Sum of RGB (Red+Green+Blue) = 155+145+225=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B91E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91E1 is #646E1E. Grayscale: #9C9C9C. Windows color (decimal): -6581791 or 14782875. OLE color: 14782875.

HSL color Cylindrical-coordinate representation of color #9B91E1: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B91E1 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155145225-
CMYK0.310.3600.12
HSL247.5º57.14%72.55%-
HSV(B)247.5º35.56%88.24%-
XYZ37.2332.6675.57-
YUV157.11166.31126.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=29.52%
G=27.62%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551452250.310.3600.12247.557.1472.55
Hex9B91E11F240Cf83949
Octal233221341374401437071111
Binary1001101110010001111000011111110010001100111110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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