#9B92EB

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

Shades of Blue Bell #9B92EB

Tints of Blue Bell #9B92EB

Color information

#9B92EB (or 0x9B92EB) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and EB. RGB value is (155,146,235). Sum of RGB (Red+Green+Blue) = 155+146+235=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B92EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B92EB is #646D14. Grayscale: #9E9E9E. Windows color (decimal): -6581525 or 15438491. OLE color: 15438491.

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

Color convert

RGB155146235-
CMYK0.340.3800.08
HSL246.07º68.99%74.71%-
HSV(B)246.07º37.87%92.16%-
XYZ38.7933.5283.02-
YUV158.84170.98125.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=28.92%
G=27.24%
B=43.84%

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
Decimal1551462350.340.3800.08246.0768.9974.71
Hex9B92EB222608f6454b
Octal2332223534246010366105113
Binary100110111001001011101011100010100110010001111011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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