#9288E3

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

Shades of Blue Bell #9288E3

Tints of Blue Bell #9288E3

Color information

#9288E3 (or 0x9288E3) is unknown color: approx Blue Bell. HEX triplet: 92, 88 and E3. RGB value is (146,136,227). Sum of RGB (Red+Green+Blue) = 146+136+227=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #9288E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288E3 is #6D771C. Grayscale: #959595. Windows color (decimal): -7173917 or 14911634. OLE color: 14911634.

HSL color Cylindrical-coordinate representation of color #9288E3: hue angle of 246.59º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9288E3 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146136227-
CMYK0.360.4000.11
HSL246.59º61.9%71.18%-
HSV(B)246.59º40.09%89.02%-
XYZ34.5229.2776.5-
YUV149.36171.81125.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=28.68%
G=26.72%
B=44.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461362270.360.4000.11246.5961.971.18
Hex9288E324280Bf73e47
Octal222210343445001336776107
Binary10010010100010001110001110010010100001011111101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9288E3; }

 p { color: rgb(146,136,227); }

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

<style>
 a { background-color: #9288E3; }

 a { background-color: rgb(146,136,227); }

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

<style>
 span { border-color: #9288E3; }

 span { border-color: rgb(146,136,227); }

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