#7296BA

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

Shades of Shakespeare #7296BA

Tints of Shakespeare #7296BA

Color information

#7296BA (or 0x7296BA) is unknown color: approx Shakespeare. HEX triplet: 72, 96 and BA. RGB value is (114,150,186). Sum of RGB (Red+Green+Blue) = 114+150+186=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #7296BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296BA is #8D6945. Grayscale: #8F8F8F. Windows color (decimal): -9267526 or 12228210. OLE color: 12228210.

HSL color Cylindrical-coordinate representation of color #7296BA: hue angle of 210º degrees, saturation: 0.34, 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 #7296BA is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114150186-
CMYK0.390.1900.27
HSL210º34.29%58.82%-
HSV(B)210º38.71%72.94%-
XYZ26.7128.9450.63-
YUV143.34152.07107.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=25.33%
G=33.33%
B=41.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141501860.390.1900.2721034.2958.82
Hex7296BA271301Bd2223b
Octal16222627247230333224273
Binary111001010010110101110101001111001101101111010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296BA; }

 p { color: rgb(114,150,186); }

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

<style>
 a { background-color: #7296BA; }

 a { background-color: rgb(114,150,186); }

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

<style>
 span { border-color: #7296BA; }

 span { border-color: rgb(114,150,186); }

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