#9594BF

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

Shades of Blue Bell #9594BF

Tints of Blue Bell #9594BF

Color information

#9594BF (or 0x9594BF) is unknown color: approx Blue Bell. HEX triplet: 95, 94 and BF. RGB value is (149,148,191). Sum of RGB (Red+Green+Blue) = 149+148+191=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9594BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594BF is #6A6B40. Grayscale: #999999. Windows color (decimal): -6974273 or 12555413. OLE color: 12555413.

HSL color Cylindrical-coordinate representation of color #9594BF: hue angle of 241.4º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9594BF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149148191-
CMYK0.220.2300.25
HSL241.4º25.15%66.47%-
HSV(B)241.4º22.51%74.9%-
XYZ32.3931.3353.63-
YUV153.2149.33125-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 191 (75% from 255) = 39.14%
R=30.53%
G=30.33%
B=39.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491481910.220.2300.25241.425.1566.47
Hex9594BF1617019f11942
Octal225224277262703136131102
Binary100101011001010010111111101101011101100111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9594BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9594BF; }

 p { color: rgb(149,148,191); }

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

<style>
 a { background-color: #9594BF; }

 a { background-color: rgb(149,148,191); }

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

<style>
 span { border-color: #9594BF; }

 span { border-color: rgb(149,148,191); }

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