#9597BE

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

Shades of Blue Bell #9597BE

Tints of Blue Bell #9597BE

Color information

#9597BE (or 0x9597BE) is unknown color: approx Blue Bell. HEX triplet: 95, 97 and BE. RGB value is (149,151,190). Sum of RGB (Red+Green+Blue) = 149+151+190=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9597BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597BE is #6A6841. Grayscale: #9A9A9A. Windows color (decimal): -6973506 or 12490645. OLE color: 12490645.

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

Color convert

RGB149151190-
CMYK0.220.2100.25
HSL237.07º23.98%66.47%-
HSV(B)237.07º21.58%74.51%-
XYZ32.7632.2453.21-
YUV154.85147.84123.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=30.41%
G=30.82%
B=38.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491511900.220.2100.25237.0723.9866.47
Hex9597BE1615019ed1842
Octal225227276262503135530102
Binary100101011001011110111110101101010101100111101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9597BE; }

 p { color: rgb(149,151,190); }

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

<style>
 a { background-color: #9597BE; }

 a { background-color: rgb(149,151,190); }

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

<style>
 span { border-color: #9597BE; }

 span { border-color: rgb(149,151,190); }

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