#9089DD

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

Shades of Blue Bell #9089DD

Tints of Blue Bell #9089DD

Color information

#9089DD (or 0x9089DD) is unknown color: approx Blue Bell. HEX triplet: 90, 89 and DD. RGB value is (144,137,221). Sum of RGB (Red+Green+Blue) = 144+137+221=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #9089DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089DD is #6F7622. Grayscale: #949494. Windows color (decimal): -7304739 or 14518672. OLE color: 14518672.

HSL color Cylindrical-coordinate representation of color #9089DD: hue angle of 245º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9089DD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144137221-
CMYK0.350.3800.13
HSL245º55.26%70.2%-
HSV(B)245º38.01%86.67%-
XYZ33.529.0472.25-
YUV148.67168.82124.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=28.69%
G=27.29%
B=44.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441372210.350.3800.1324555.2670.2
Hex9089DD23260Df53746
Octal220211335434601536567106
Binary10010000100010011101110110001110011001101111101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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