#9588DC

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

Shades of Blue Bell #9588DC

Tints of Blue Bell #9588DC

Color information

#9588DC (or 0x9588DC) is unknown color: approx Blue Bell. HEX triplet: 95, 88 and DC. RGB value is (149,136,220). Sum of RGB (Red+Green+Blue) = 149+136+220=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9588DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588DC is #6A7723. Grayscale: #959595. Windows color (decimal): -6977316 or 14452885. OLE color: 14452885.

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

Color convert

RGB149136220-
CMYK0.320.3800.14
HSL249.29º54.55%69.8%-
HSV(B)249.29º38.18%86.27%-
XYZ34.1229.1771.54-
YUV149.46167.81127.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=29.50%
G=26.93%
B=43.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491362200.320.3800.14249.2954.5569.8
Hex9588DC20260Ef93746
Octal225210334404601637167106
Binary10010101100010001101110010000010011001110111110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9588DC; }

 p { color: rgb(149,136,220); }

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

<style>
 a { background-color: #9588DC; }

 a { background-color: rgb(149,136,220); }

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

<style>
 span { border-color: #9588DC; }

 span { border-color: rgb(149,136,220); }

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