#7096BE

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

Shades of Shakespeare #7096BE

Tints of Shakespeare #7096BE

Color information

#7096BE (or 0x7096BE) is unknown color: approx Shakespeare. HEX triplet: 70, 96 and BE. RGB value is (112,150,190). Sum of RGB (Red+Green+Blue) = 112+150+190=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #7096BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096BE is #8F6941. Grayscale: #8F8F8F. Windows color (decimal): -9398594 or 12490352. OLE color: 12490352.

HSL color Cylindrical-coordinate representation of color #7096BE: hue angle of 210.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7096BE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112150190-
CMYK0.410.2100.25
HSL210.77º37.5%59.22%-
HSV(B)210.77º41.05%74.51%-
XYZ26.8828.9852.89-
YUV143.2154.41105.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=24.78%
G=33.19%
B=42.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121501900.410.2100.25210.7737.559.22
Hex7096BE2915019d3263b
Octal16022627651250313234673
Binary111000010010110101111101010011010101100111010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7096BE; }

 p { color: rgb(112,150,190); }

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

<style>
 a { background-color: #7096BE; }

 a { background-color: rgb(112,150,190); }

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

<style>
 span { border-color: #7096BE; }

 span { border-color: rgb(112,150,190); }

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