#9591CD

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

Shades of Blue Bell #9591CD

Tints of Blue Bell #9591CD

Color information

#9591CD (or 0x9591CD) is unknown color: approx Blue Bell. HEX triplet: 95, 91 and CD. RGB value is (149,145,205). Sum of RGB (Red+Green+Blue) = 149+145+205=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9591CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591CD is #6A6E32. Grayscale: #989898. Windows color (decimal): -6975027 or 13472149. OLE color: 13472149.

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

Color convert

RGB149145205-
CMYK0.270.2900.20
HSL244º37.5%68.63%-
HSV(B)244º29.27%80.39%-
XYZ33.5431.0561.98-
YUV153.04157.33125.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=29.86%
G=29.06%
B=41.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491452050.270.2900.2024437.568.63
Hex9591CD1B1D014f42545
Octal225221315333502436445105
Binary1001010110010001110011011101111101010100111101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9591CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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