#9489CE

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

Shades of Blue Bell #9489CE

Tints of Blue Bell #9489CE

Color information

#9489CE (or 0x9489CE) is unknown color: approx Blue Bell. HEX triplet: 94, 89 and CE. RGB value is (148,137,206). Sum of RGB (Red+Green+Blue) = 148+137+206=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #9489CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489CE is #6B7631. Grayscale: #939393. Windows color (decimal): -7042610 or 13535636. OLE color: 13535636.

HSL color Cylindrical-coordinate representation of color #9489CE: hue angle of 249.57º 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 #9489CE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148137206-
CMYK0.280.3300.19
HSL249.57º41.32%67.25%-
HSV(B)249.57º33.5%80.78%-
XYZ32.328.6462.22-
YUV148.16160.64127.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=30.14%
G=27.90%
B=41.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481372060.280.3300.19249.5741.3267.25
Hex9489CE1C21013fa2943
Octal224211316344102337251103
Binary10010100100010011100111011100100001010011111110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9489CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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