#9B92EA

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

Shades of Blue Bell #9B92EA

Tints of Blue Bell #9B92EA

Color information

#9B92EA (or 0x9B92EA) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and EA. RGB value is (155,146,234). Sum of RGB (Red+Green+Blue) = 155+146+234=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B92EA is #646D15. Grayscale: #9E9E9E. Windows color (decimal): -6581526 or 15372955. OLE color: 15372955.

HSL color Cylindrical-coordinate representation of color #9B92EA: hue angle of 246.14º degrees, saturation: 0.68, 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 #9B92EA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155146234-
CMYK0.340.3800.08
HSL246.14º67.69%74.51%-
HSV(B)246.14º37.61%91.76%-
XYZ38.6533.4782.26-
YUV158.72170.48125.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=28.97%
G=27.29%
B=43.74%

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
Decimal1551462340.340.3800.08246.1467.6974.51
Hex9B92EA222608f6444b
Octal2332223524246010366104113
Binary100110111001001011101010100010100110010001111011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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