#9589CD

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

Shades of Blue Bell #9589CD

Tints of Blue Bell #9589CD

Color information

#9589CD (or 0x9589CD) is unknown color: approx Blue Bell. HEX triplet: 95, 89 and CD. RGB value is (149,137,205). Sum of RGB (Red+Green+Blue) = 149+137+205=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9589CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589CD is #6A7632. Grayscale: #949494. Windows color (decimal): -6977075 or 13470101. OLE color: 13470101.

HSL color Cylindrical-coordinate representation of color #9589CD: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9589CD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149137205-
CMYK0.270.3300.20
HSL250.59º40.48%67.06%-
HSV(B)250.59º33.17%80.39%-
XYZ32.3628.6961.59-
YUV148.34159.98128.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=30.35%
G=27.90%
B=41.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491372050.270.3300.20250.5940.4867.06
Hex9589CD1B21014fb2843
Octal225211315334102437350103
Binary10010101100010011100110111011100001010100111110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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