#709BAD

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

Shades of Shakespeare #709BAD

Tints of Shakespeare #709BAD

Color information

#709BAD (or 0x709BAD) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and AD. RGB value is (112,155,173). Sum of RGB (Red+Green+Blue) = 112+155+173=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #709BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAD is #8F6452. Grayscale: #909090. Windows color (decimal): -9397331 or 11377520. OLE color: 11377520.

HSL color Cylindrical-coordinate representation of color #709BAD: hue angle of 197.7º 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 #709BAD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112155173-
CMYK0.350.1000.32
HSL197.7º27.11%55.88%-
HSV(B)197.7º35.26%67.84%-
XYZ25.9529.943.94-
YUV144.2144.25105.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=25.45%
G=35.23%
B=39.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121551730.350.1000.32197.727.1155.88
Hex709BAD23A020c61b38
Octal16023325543120403063370
Binary11100001001101110101101100011101001000001100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,173); }

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

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

 a { background-color: rgb(112,155,173); }

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

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

 span { border-color: rgb(112,155,173); }

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