#759AC1

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

Shades of Shakespeare #759AC1

Tints of Shakespeare #759AC1

Color information

#759AC1 (or 0x759AC1) is unknown color: approx Shakespeare. HEX triplet: 75, 9A and C1. RGB value is (117,154,193). Sum of RGB (Red+Green+Blue) = 117+154+193=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #759AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AC1 is #8A653E. Grayscale: #939393. Windows color (decimal): -9069887 or 12687989. OLE color: 12687989.

HSL color Cylindrical-coordinate representation of color #759AC1: hue angle of 210.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759AC1 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117154193-
CMYK0.390.2000.24
HSL210.79º38%60.78%-
HSV(B)210.79º39.38%75.69%-
XYZ28.5230.7454.88-
YUV147.38153.74106.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=25.22%
G=33.19%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171541930.390.2000.24210.793860.78
Hex759AC12714018d3263d
Octal16523230147240303234675
Binary111010110011010110000011001111010001100011010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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