#759BB9

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

Shades of Shakespeare #759BB9

Tints of Shakespeare #759BB9

Color information

#759BB9 (or 0x759BB9) is unknown color: approx Shakespeare. HEX triplet: 75, 9B and B9. RGB value is (117,155,185). Sum of RGB (Red+Green+Blue) = 117+155+185=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #759BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BB9 is #8A6446. Grayscale: #929292. Windows color (decimal): -9069639 or 12163957. OLE color: 12163957.

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

Color convert

RGB117155185-
CMYK0.370.1600.27
HSL206.47º32.69%59.22%-
HSV(B)206.47º36.76%72.55%-
XYZ27.8130.7350.36-
YUV147.06149.41106.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=25.60%
G=33.92%
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
Decimal1171551850.370.1600.27206.4732.6959.22
Hex759BB9251001Bce213b
Octal16523327145200333164173
Binary111010110011011101110011001011000001101111001110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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