#759DBD

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

Shades of Shakespeare #759DBD

Tints of Shakespeare #759DBD

Color information

#759DBD (or 0x759DBD) is unknown color: approx Shakespeare. HEX triplet: 75, 9D and BD. RGB value is (117,157,189). Sum of RGB (Red+Green+Blue) = 117+157+189=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #759DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DBD is #8A6242. Grayscale: #949494. Windows color (decimal): -9069123 or 12426613. OLE color: 12426613.

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

Color convert

RGB117157189-
CMYK0.380.1700.26
HSL206.67º35.29%60%-
HSV(B)206.67º38.1%74.12%-
XYZ28.5831.5752.73-
YUV148.69150.75105.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=25.27%
G=33.91%
B=40.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171571890.380.1700.26206.6735.2960
Hex759DBD261101Acf233c
Octal16523527546210323174374
Binary111010110011101101111011001101000101101011001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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