#9596CA

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

Shades of Blue Bell #9596CA

Tints of Blue Bell #9596CA

Color information

#9596CA (or 0x9596CA) is unknown color: approx Blue Bell. HEX triplet: 95, 96 and CA. RGB value is (149,150,202). Sum of RGB (Red+Green+Blue) = 149+150+202=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9596CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596CA is #6A6935. Grayscale: #9B9B9B. Windows color (decimal): -6973750 or 13276821. OLE color: 13276821.

HSL color Cylindrical-coordinate representation of color #9596CA: hue angle of 238.87º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9596CA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149150202-
CMYK0.260.2600.21
HSL238.87º33.33%68.82%-
HSV(B)238.87º26.24%79.22%-
XYZ33.9632.4760.35-
YUV155.63154.17123.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=29.74%
G=29.94%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491502020.260.2600.21238.8733.3368.82
Hex9596CA1A1A015ef2145
Octal225226312323202535741105
Binary1001010110010110110010101101011010010101111011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9596CA; }

 p { color: rgb(149,150,202); }

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

<style>
 a { background-color: #9596CA; }

 a { background-color: rgb(149,150,202); }

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

<style>
 span { border-color: #9596CA; }

 span { border-color: rgb(149,150,202); }

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