#759DBC

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

Shades of Shakespeare #759DBC

Tints of Shakespeare #759DBC

Color information

#759DBC (or 0x759DBC) is unknown color: approx Shakespeare. HEX triplet: 75, 9D and BC. RGB value is (117,157,188). Sum of RGB (Red+Green+Blue) = 117+157+188=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #759DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DBC is #8A6243. Grayscale: #949494. Windows color (decimal): -9069124 or 12361077. OLE color: 12361077.

HSL color Cylindrical-coordinate representation of color #759DBC: hue angle of 206.2º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #759DBC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117157188-
CMYK0.380.1600.26
HSL206.2º34.63%59.8%-
HSV(B)206.2º37.77%73.73%-
XYZ28.4731.5352.16-
YUV148.57150.25105.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=25.32%
G=33.98%
B=40.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171571880.380.1600.26206.234.6359.8
Hex759DBC261001Ace233c
Octal16523527446200323164374
Binary111010110011101101111001001101000001101011001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,157,188); }

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

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

 a { background-color: rgb(117,157,188); }

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

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

 span { border-color: rgb(117,157,188); }

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