#709CC1

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

Shades of Shakespeare #709CC1

Tints of Shakespeare #709CC1

Color information

#709CC1 (or 0x709CC1) is unknown color: approx Shakespeare. HEX triplet: 70, 9C and C1. RGB value is (112,156,193). Sum of RGB (Red+Green+Blue) = 112+156+193=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #709CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CC1 is #8F633E. Grayscale: #929292. Windows color (decimal): -9397055 or 12688496. OLE color: 12688496.

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

Color convert

RGB112156193-
CMYK0.420.1900.24
HSL207.41º39.51%59.8%-
HSV(B)207.41º41.97%75.69%-
XYZ28.231.0754.96-
YUV147.06153.92102.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=24.30%
G=33.84%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121561930.420.1900.24207.4139.5159.8
Hex709CC12A13018cf283c
Octal16023430152230303175074
Binary111000010011100110000011010101001101100011001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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