#759EBB

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

Shades of Shakespeare #759EBB

Tints of Shakespeare #759EBB

Color information

#759EBB (or 0x759EBB) is unknown color: approx Shakespeare. HEX triplet: 75, 9E and BB. RGB value is (117,158,187). Sum of RGB (Red+Green+Blue) = 117+158+187=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #759EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EBB is #8A6144. Grayscale: #949494. Windows color (decimal): -9068869 or 12295797. OLE color: 12295797.

HSL color Cylindrical-coordinate representation of color #759EBB: hue angle of 204.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #759EBB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117158187-
CMYK0.370.1600.27
HSL204.86º33.98%59.61%-
HSV(B)204.86º37.43%73.33%-
XYZ28.5331.8251.65-
YUV149.05149.42105.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=25.32%
G=34.20%
B=40.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171581870.370.1600.27204.8633.9859.61
Hex759EBB251001Bcd223c
Octal16523627345200333154274
Binary111010110011110101110111001011000001101111001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,158,187); }

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

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

 a { background-color: rgb(117,158,187); }

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

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

 span { border-color: rgb(117,158,187); }

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