#9596DC

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

Shades of Blue Bell #9596DC

Tints of Blue Bell #9596DC

Color information

#9596DC (or 0x9596DC) is unknown color: approx Blue Bell. HEX triplet: 95, 96 and DC. RGB value is (149,150,220). Sum of RGB (Red+Green+Blue) = 149+150+220=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9596DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596DC is #6A6923. Grayscale: #9D9D9D. Windows color (decimal): -6973732 or 14456469. OLE color: 14456469.

HSL color Cylindrical-coordinate representation of color #9596DC: hue angle of 239.15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9596DC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149150220-
CMYK0.320.3200.14
HSL239.15º50.35%72.35%-
HSV(B)239.15º32.27%86.27%-
XYZ36.2233.3772.24-
YUV157.68163.17121.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=28.71%
G=28.90%
B=42.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491502200.320.3200.14239.1550.3572.35
Hex9596DC20200Eef3248
Octal225226334404001635762110
Binary10010101100101101101110010000010000001110111011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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