#7199AE

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

Shades of Shakespeare #7199AE

Tints of Shakespeare #7199AE

Color information

#7199AE (or 0x7199AE) is unknown color: approx Shakespeare. HEX triplet: 71, 99 and AE. RGB value is (113,153,174). Sum of RGB (Red+Green+Blue) = 113+153+174=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #7199AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7199AE is #8E6651. Grayscale: #8F8F8F. Windows color (decimal): -9332306 or 11442545. OLE color: 11442545.

HSL color Cylindrical-coordinate representation of color #7199AE: hue angle of 200.66º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7199AE is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113153174-
CMYK0.350.1200.32
HSL200.66º27.35%56.27%-
HSV(B)200.66º35.06%68.24%-
XYZ25.8429.3544.35-
YUV143.43145.25106.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=25.68%
G=34.77%
B=39.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131531740.350.1200.32200.6627.3556.27
Hex7199AE23C020c91b38
Octal16123125643140403113370
Binary11100011001100110101110100011110001000001100100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7199AE; }

 p { color: rgb(113,153,174); }

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

<style>
 a { background-color: #7199AE; }

 a { background-color: rgb(113,153,174); }

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

<style>
 span { border-color: #7199AE; }

 span { border-color: rgb(113,153,174); }

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