#709BC1

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

Shades of Shakespeare #709BC1

Tints of Shakespeare #709BC1

Color information

#709BC1 (or 0x709BC1) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and C1. RGB value is (112,155,193). Sum of RGB (Red+Green+Blue) = 112+155+193=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #709BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC1 is #8F643E. Grayscale: #929292. Windows color (decimal): -9397311 or 12688240. OLE color: 12688240.

HSL color Cylindrical-coordinate representation of color #709BC1: hue angle of 208.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709BC1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112155193-
CMYK0.420.2000.24
HSL208.15º39.51%59.8%-
HSV(B)208.15º41.97%75.69%-
XYZ28.0330.7454.91-
YUV146.48154.25103.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=24.35%
G=33.70%
B=41.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121551930.420.2000.24208.1539.5159.8
Hex709BC12A14018d0283c
Octal16023330152240303205074
Binary111000010011011110000011010101010001100011010000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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