#9289CB

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

Shades of Blue Bell #9289CB

Tints of Blue Bell #9289CB

Color information

#9289CB (or 0x9289CB) is unknown color: approx Blue Bell. HEX triplet: 92, 89 and CB. RGB value is (146,137,203). Sum of RGB (Red+Green+Blue) = 146+137+203=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9289CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289CB is #6D7634. Grayscale: #929292. Windows color (decimal): -7173685 or 13339026. OLE color: 13339026.

HSL color Cylindrical-coordinate representation of color #9289CB: hue angle of 248.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9289CB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146137203-
CMYK0.280.3300.20
HSL248.18º38.82%66.67%-
HSV(B)248.18º32.51%79.61%-
XYZ31.5828.3160.3-
YUV147.22159.48127.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=30.04%
G=28.19%
B=41.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461372030.280.3300.20248.1838.8266.67
Hex9289CB1C21014f82743
Octal222211313344102437047103
Binary10010010100010011100101111100100001010100111110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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