#759BBD

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

Shades of Shakespeare #759BBD

Tints of Shakespeare #759BBD

Color information

#759BBD (or 0x759BBD) is unknown color: approx Shakespeare. HEX triplet: 75, 9B and BD. RGB value is (117,155,189). Sum of RGB (Red+Green+Blue) = 117+155+189=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #759BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBD is #8A6442. Grayscale: #939393. Windows color (decimal): -9069635 or 12426101. OLE color: 12426101.

HSL color Cylindrical-coordinate representation of color #759BBD: hue angle of 208.33º 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 #759BBD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117155189-
CMYK0.380.1800.26
HSL208.33º35.29%60%-
HSV(B)208.33º38.1%74.12%-
XYZ28.2430.952.62-
YUV147.51151.41106.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=25.38%
G=33.62%
B=41.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171551890.380.1800.26208.3335.2960
Hex759BBD261201Ad0233c
Octal16523327546220323204374
Binary111010110011011101111011001101001001101011010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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