#9597BF

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

Shades of Blue Bell #9597BF

Tints of Blue Bell #9597BF

Color information

#9597BF (or 0x9597BF) is unknown color: approx Blue Bell. HEX triplet: 95, 97 and BF. RGB value is (149,151,191). Sum of RGB (Red+Green+Blue) = 149+151+191=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9597BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597BF is #6A6840. Grayscale: #9A9A9A. Windows color (decimal): -6973505 or 12556181. OLE color: 12556181.

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

Color convert

RGB149151191-
CMYK0.220.2100.25
HSL237.14º24.71%66.67%-
HSV(B)237.14º21.99%74.9%-
XYZ32.8732.2853.79-
YUV154.96148.34123.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 191 (75% from 255) = 38.90%
R=30.35%
G=30.75%
B=38.90%

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
Decimal1491511910.220.2100.25237.1424.7166.67
Hex9597BF1615019ed1943
Octal225227277262503135531103
Binary100101011001011110111111101101010101100111101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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