#9B92E1

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

Shades of Blue Bell #9B92E1

Tints of Blue Bell #9B92E1

Color information

#9B92E1 (or 0x9B92E1) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and E1. RGB value is (155,146,225). Sum of RGB (Red+Green+Blue) = 155+146+225=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92E1 is #646D1E. Grayscale: #9D9D9D. Windows color (decimal): -6581535 or 14783131. OLE color: 14783131.

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

Color convert

RGB155146225-
CMYK0.310.3500.12
HSL246.84º56.83%72.75%-
HSV(B)246.84º35.11%88.24%-
XYZ37.3932.9675.63-
YUV157.7165.98126.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=29.47%
G=27.76%
B=42.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551462250.310.3500.12246.8456.8372.75
Hex9B92E11F230Cf73949
Octal233222341374301436771111
Binary1001101110010010111000011111110001101100111101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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