#709AC1

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

Shades of Shakespeare #709AC1

Tints of Shakespeare #709AC1

Color information

#709AC1 (or 0x709AC1) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and C1. RGB value is (112,154,193). Sum of RGB (Red+Green+Blue) = 112+154+193=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #709AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AC1 is #8F653E. Grayscale: #919191. Windows color (decimal): -9397567 or 12687984. OLE color: 12687984.

HSL color Cylindrical-coordinate representation of color #709AC1: hue angle of 208.89º 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 #709AC1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112154193-
CMYK0.420.2000.24
HSL208.89º39.51%59.8%-
HSV(B)208.89º41.97%75.69%-
XYZ27.8630.4154.85-
YUV145.89154.59103.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=24.40%
G=33.55%
B=42.05%

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
Decimal1121541930.420.2000.24208.8939.5159.8
Hex709AC12A14018d1283c
Octal16023230152240303215074
Binary111000010011010110000011010101010001100011010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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