#9591D7

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

Shades of Blue Bell #9591D7

Tints of Blue Bell #9591D7

Color information

#9591D7 (or 0x9591D7) is unknown color: approx Blue Bell. HEX triplet: 95, 91 and D7. RGB value is (149,145,215). Sum of RGB (Red+Green+Blue) = 149+145+215=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #9591D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9591D7 is #6A6E28. Grayscale: #999999. Windows color (decimal): -6975017 or 14127509. OLE color: 14127509.

HSL color Cylindrical-coordinate representation of color #9591D7: hue angle of 243.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9591D7 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149145215-
CMYK0.310.3300.16
HSL243.43º46.67%70.59%-
HSV(B)243.43º32.56%84.31%-
XYZ34.7931.5568.55-
YUV154.18162.33124.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=29.27%
G=28.49%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491452150.310.3300.16243.4346.6770.59
Hex9591D71F21010f32f47
Octal225221327374102036357107
Binary10010101100100011101011111111100001010000111100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9591D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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