#759BBC

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

Shades of Shakespeare #759BBC

Tints of Shakespeare #759BBC

Color information

#759BBC (or 0x759BBC) is unknown color: approx Shakespeare. HEX triplet: 75, 9B and BC. RGB value is (117,155,188). Sum of RGB (Red+Green+Blue) = 117+155+188=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #759BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBC is #8A6443. Grayscale: #939393. Windows color (decimal): -9069636 or 12360565. OLE color: 12360565.

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

Color convert

RGB117155188-
CMYK0.380.1800.26
HSL207.89º34.63%59.8%-
HSV(B)207.89º37.77%73.73%-
XYZ28.1330.8652.05-
YUV147.4150.91106.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=25.43%
G=33.70%
B=40.87%

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
Decimal1171551880.380.1800.26207.8934.6359.8
Hex759BBC261201Ad0233c
Octal16523327446220323204374
Binary111010110011011101111001001101001001101011010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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