#709DBD

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

Shades of Shakespeare #709DBD

Tints of Shakespeare #709DBD

Color information

#709DBD (or 0x709DBD) is unknown color: approx Shakespeare. HEX triplet: 70, 9D and BD. RGB value is (112,157,189). Sum of RGB (Red+Green+Blue) = 112+157+189=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #709DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DBD is #8F6242. Grayscale: #939393. Windows color (decimal): -9396803 or 12426608. OLE color: 12426608.

HSL color Cylindrical-coordinate representation of color #709DBD: hue angle of 204.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709DBD is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112157189-
CMYK0.410.1700.26
HSL204.94º36.84%59.02%-
HSV(B)204.94º40.74%74.12%-
XYZ27.9231.2352.7-
YUV147.19151.59102.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=24.45%
G=34.28%
B=41.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121571890.410.1700.26204.9436.8459.02
Hex709DBD291101Acd253b
Octal16023527551210323154573
Binary111000010011101101111011010011000101101011001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,157,189); }

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

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

 a { background-color: rgb(112,157,189); }

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

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

 span { border-color: rgb(112,157,189); }

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