#709FBA

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

Shades of Shakespeare #709FBA

Tints of Shakespeare #709FBA

Color information

#709FBA (or 0x709FBA) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and BA. RGB value is (112,159,186). Sum of RGB (Red+Green+Blue) = 112+159+186=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #709FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FBA is #8F6045. Grayscale: #939393. Windows color (decimal): -9396294 or 12230512. OLE color: 12230512.

HSL color Cylindrical-coordinate representation of color #709FBA: hue angle of 201.89º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709FBA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112159186-
CMYK0.400.1500.27
HSL201.89º34.91%58.43%-
HSV(B)201.89º39.78%72.94%-
XYZ27.9431.7951.12-
YUV148.02149.43102.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=24.51%
G=34.79%
B=40.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121591860.400.1500.27201.8934.9158.43
Hex709FBA28F01Bca233a
Octal16023727250170333124372
Binary11100001001111110111010101000111101101111001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,186); }

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

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

 a { background-color: rgb(112,159,186); }

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

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

 span { border-color: rgb(112,159,186); }

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