#709AAC

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

Shades of Shakespeare #709AAC

Tints of Shakespeare #709AAC

Color information

#709AAC (or 0x709AAC) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and AC. RGB value is (112,154,172). Sum of RGB (Red+Green+Blue) = 112+154+172=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #709AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAC is #8F6553. Grayscale: #8F8F8F. Windows color (decimal): -9397588 or 11311728. OLE color: 11311728.

HSL color Cylindrical-coordinate representation of color #709AAC: hue angle of 198º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709AAC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112154172-
CMYK0.350.1000.33
HSL198º26.55%55.69%-
HSV(B)198º34.88%67.45%-
XYZ25.6829.5343.38-
YUV143.49144.09105.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=25.57%
G=35.16%
B=39.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121541720.350.1000.3319826.5555.69
Hex709AAC23A021c61b38
Octal16023225443120413063370
Binary11100001001101010101100100011101001000011100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709AAC; }

 p { color: rgb(112,154,172); }

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

<style>
 a { background-color: #709AAC; }

 a { background-color: rgb(112,154,172); }

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

<style>
 span { border-color: #709AAC; }

 span { border-color: rgb(112,154,172); }

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