#9392BE

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

Shades of Blue Bell #9392BE

Tints of Blue Bell #9392BE

Color information

#9392BE (or 0x9392BE) is unknown color: approx Blue Bell. HEX triplet: 93, 92 and BE. RGB value is (147,146,190). Sum of RGB (Red+Green+Blue) = 147+146+190=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9392BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392BE is #6C6D41. Grayscale: #979797. Windows color (decimal): -7105858 or 12489363. OLE color: 12489363.

HSL color Cylindrical-coordinate representation of color #9392BE: hue angle of 241.36º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9392BE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147146190-
CMYK0.230.2300.25
HSL241.36º25.29%65.88%-
HSV(B)241.36º23.16%74.51%-
XYZ31.6130.4852.93-
YUV151.32149.83124.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=30.43%
G=30.23%
B=39.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471461900.230.2300.25241.3625.2965.88
Hex9392BE1717019f11942
Octal223222276272703136131102
Binary100100111001001010111110101111011101100111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9392BE; }

 p { color: rgb(147,146,190); }

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

<style>
 a { background-color: #9392BE; }

 a { background-color: rgb(147,146,190); }

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

<style>
 span { border-color: #9392BE; }

 span { border-color: rgb(147,146,190); }

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