#759CC1

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

Shades of Shakespeare #759CC1

Tints of Shakespeare #759CC1

Color information

#759CC1 (or 0x759CC1) is unknown color: approx Shakespeare. HEX triplet: 75, 9C and C1. RGB value is (117,156,193). Sum of RGB (Red+Green+Blue) = 117+156+193=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #759CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC1 is #8A633E. Grayscale: #949494. Windows color (decimal): -9069375 or 12688501. OLE color: 12688501.

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

Color convert

RGB117156193-
CMYK0.390.1900.24
HSL209.21º38%60.78%-
HSV(B)209.21º39.38%75.69%-
XYZ28.8531.4154.99-
YUV148.56153.08105.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=25.11%
G=33.48%
B=41.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171561930.390.1900.24209.213860.78
Hex759CC12713018d1263d
Octal16523430147230303214675
Binary111010110011100110000011001111001101100011010001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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