#9A89DA

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

Shades of Blue Bell #9A89DA

Tints of Blue Bell #9A89DA

Color information

#9A89DA (or 0x9A89DA) is unknown color: approx Blue Bell. HEX triplet: 9A, 89 and DA. RGB value is (154,137,218). Sum of RGB (Red+Green+Blue) = 154+137+218=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A89DA is #657625. Grayscale: #979797. Windows color (decimal): -6649382 or 14322074. OLE color: 14322074.

HSL color Cylindrical-coordinate representation of color #9A89DA: hue angle of 252.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A89DA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154137218-
CMYK0.290.3700.15
HSL252.59º52.26%69.61%-
HSV(B)252.59º37.16%85.49%-
XYZ34.9329.8270.25-
YUV151.32165.63129.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=30.26%
G=26.92%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541372180.290.3700.15252.5952.2669.61
Hex9A89DA1D250Ffd3446
Octal232211332354501737564106
Binary1001101010001001110110101110110010101111111111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A89DA; }

 p { color: rgb(154,137,218); }

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

<style>
 a { background-color: #9A89DA; }

 a { background-color: rgb(154,137,218); }

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

<style>
 span { border-color: #9A89DA; }

 span { border-color: rgb(154,137,218); }

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