#759ABA

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

Shades of Shakespeare #759ABA

Tints of Shakespeare #759ABA

Color information

#759ABA (or 0x759ABA) is unknown color: approx Shakespeare. HEX triplet: 75, 9A and BA. RGB value is (117,154,186). Sum of RGB (Red+Green+Blue) = 117+154+186=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #759ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ABA is #8A6545. Grayscale: #929292. Windows color (decimal): -9069894 or 12229237. OLE color: 12229237.

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

Color convert

RGB117154186-
CMYK0.370.1700.27
HSL207.83º33.33%59.41%-
HSV(B)207.83º37.1%72.94%-
XYZ27.7530.4450.87-
YUV146.58150.24106.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=25.60%
G=33.70%
B=40.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171541860.370.1700.27207.8333.3359.41
Hex759ABA251101Bd0213b
Octal16523227245210333204173
Binary111010110011010101110101001011000101101111010000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,186); }

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

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

 a { background-color: rgb(117,154,186); }

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

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

 span { border-color: rgb(117,154,186); }

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