#7396BB

Color #7396BB Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #7396BB

Tints of Shakespeare #7396BB

Color information

#7396BB (or 0x7396BB) is unknown color: approx Shakespeare. HEX triplet: 73, 96 and BB. RGB value is (115,150,187). Sum of RGB (Red+Green+Blue) = 115+150+187=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7396BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396BB is #8C6944. Grayscale: #8F8F8F. Windows color (decimal): -9201989 or 12293747. OLE color: 12293747.

HSL color Cylindrical-coordinate representation of color #7396BB: hue angle of 210.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7396BB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115150187-
CMYK0.390.2000.27
HSL210.83º34.62%59.22%-
HSV(B)210.83º38.5%73.33%-
XYZ26.9529.0551.2-
YUV143.75152.4107.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=25.44%
G=33.19%
B=41.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151501870.390.2000.27210.8334.6259.22
Hex7396BB271401Bd3233b
Octal16322627347240333234373
Binary111001110010110101110111001111010001101111010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7396BB; }

 p { color: rgb(115,150,187); }

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

<style>
 a { background-color: #7396BB; }

 a { background-color: rgb(115,150,187); }

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

<style>
 span { border-color: #7396BB; }

 span { border-color: rgb(115,150,187); }

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