#9089C9

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

Shades of Blue Bell #9089C9

Tints of Blue Bell #9089C9

Color information

#9089C9 (or 0x9089C9) is unknown color: approx Blue Bell. HEX triplet: 90, 89 and C9. RGB value is (144,137,201). Sum of RGB (Red+Green+Blue) = 144+137+201=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #9089C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089C9 is #6F7636. Grayscale: #929292. Windows color (decimal): -7304759 or 13207952. OLE color: 13207952.

HSL color Cylindrical-coordinate representation of color #9089C9: hue angle of 246.56º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9089C9 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144137201-
CMYK0.280.3200.21
HSL246.56º37.21%66.27%-
HSV(B)246.56º31.84%78.82%-
XYZ30.9928.0459.04-
YUV146.39158.82126.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=29.88%
G=28.42%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441372010.280.3200.21246.5637.2166.27
Hex9089C91C20015f72542
Octal220211311344002536745102
Binary10010000100010011100100111100100000010101111101111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9089C9; }

 p { color: rgb(144,137,201); }

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

<style>
 a { background-color: #9089C9; }

 a { background-color: rgb(144,137,201); }

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

<style>
 span { border-color: #9089C9; }

 span { border-color: rgb(144,137,201); }

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