#759BC1

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

Shades of Shakespeare #759BC1

Tints of Shakespeare #759BC1

Color information

#759BC1 (or 0x759BC1) is unknown color: approx Shakespeare. HEX triplet: 75, 9B and C1. RGB value is (117,155,193). Sum of RGB (Red+Green+Blue) = 117+155+193=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #759BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BC1 is #8A643E. Grayscale: #939393. Windows color (decimal): -9069631 or 12688245. OLE color: 12688245.

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

Color convert

RGB117155193-
CMYK0.390.2000.24
HSL210º38%60.78%-
HSV(B)210º39.38%75.69%-
XYZ28.6831.0754.94-
YUV147.97153.41105.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=25.16%
G=33.33%
B=41.51%

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
Decimal1171551930.390.2000.242103860.78
Hex759BC12714018d2263d
Octal16523330147240303224675
Binary111010110011011110000011001111010001100011010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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