#9589DB

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

Shades of Blue Bell #9589DB

Tints of Blue Bell #9589DB

Color information

#9589DB (or 0x9589DB) is unknown color: approx Blue Bell. HEX triplet: 95, 89 and DB. RGB value is (149,137,219). Sum of RGB (Red+Green+Blue) = 149+137+219=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9589DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589DB is #6A7624. Grayscale: #959595. Windows color (decimal): -6977061 or 14387605. OLE color: 14387605.

HSL color Cylindrical-coordinate representation of color #9589DB: hue angle of 248.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9589DB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149137219-
CMYK0.320.3700.14
HSL248.78º53.25%69.8%-
HSV(B)248.78º37.44%85.88%-
XYZ34.1329.470.89-
YUV149.94166.98127.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=29.50%
G=27.13%
B=43.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491372190.320.3700.14248.7853.2569.8
Hex9589DB20250Ef93546
Octal225211333404501637165106
Binary10010101100010011101101110000010010101110111110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9589DB; }

 p { color: rgb(149,137,219); }

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

<style>
 a { background-color: #9589DB; }

 a { background-color: rgb(149,137,219); }

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

<style>
 span { border-color: #9589DB; }

 span { border-color: rgb(149,137,219); }

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