#9289CE

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

Shades of Blue Bell #9289CE

Tints of Blue Bell #9289CE

Color information

#9289CE (or 0x9289CE) is unknown color: approx Blue Bell. HEX triplet: 92, 89 and CE. RGB value is (146,137,206). Sum of RGB (Red+Green+Blue) = 146+137+206=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9289CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289CE is #6D7631. Grayscale: #939393. Windows color (decimal): -7173682 or 13535634. OLE color: 13535634.

HSL color Cylindrical-coordinate representation of color #9289CE: hue angle of 247.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9289CE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146137206-
CMYK0.290.3300.19
HSL247.83º41.32%67.25%-
HSV(B)247.83º33.5%80.78%-
XYZ31.9428.4662.2-
YUV147.56160.98126.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=29.86%
G=28.02%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461372060.290.3300.19247.8341.3267.25
Hex9289CE1D21013f82943
Octal222211316354102337051103
Binary10010010100010011100111011101100001010011111110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9289CE; }

 p { color: rgb(146,137,206); }

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

<style>
 a { background-color: #9289CE; }

 a { background-color: rgb(146,137,206); }

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

<style>
 span { border-color: #9289CE; }

 span { border-color: rgb(146,137,206); }

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