#9597CC

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

Shades of Blue Bell #9597CC

Tints of Blue Bell #9597CC

Color information

#9597CC (or 0x9597CC) is unknown color: approx Blue Bell. HEX triplet: 95, 97 and CC. RGB value is (149,151,204). Sum of RGB (Red+Green+Blue) = 149+151+204=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9597CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597CC is #6A6833. Grayscale: #9C9C9C. Windows color (decimal): -6973492 or 13408149. OLE color: 13408149.

HSL color Cylindrical-coordinate representation of color #9597CC: hue angle of 237.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9597CC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149151204-
CMYK0.270.2600.2
HSL237.82º35.03%69.22%-
HSV(B)237.82º26.96%80%-
XYZ34.3632.8861.66-
YUV156.44154.84122.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=29.56%
G=29.96%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491512040.270.2600.2237.8235.0369.22
Hex9597CC1B1A014ee2345
Octal225227314333202435643105
Binary1001010110010111110011001101111010010100111011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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