#759BBB

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

Shades of Shakespeare #759BBB

Tints of Shakespeare #759BBB

Color information

#759BBB (or 0x759BBB) is unknown color: approx Shakespeare. HEX triplet: 75, 9B and BB. RGB value is (117,155,187). Sum of RGB (Red+Green+Blue) = 117+155+187=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #759BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBB is #8A6444. Grayscale: #939393. Windows color (decimal): -9069637 or 12295029. OLE color: 12295029.

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

Color convert

RGB117155187-
CMYK0.370.1700.27
HSL207.43º33.98%59.61%-
HSV(B)207.43º37.43%73.33%-
XYZ28.0330.8151.48-
YUV147.29150.41106.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=25.49%
G=33.77%
B=40.74%

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
Decimal1171551870.370.1700.27207.4333.9859.61
Hex759BBB251101Bcf223c
Octal16523327345210333174274
Binary111010110011011101110111001011000101101111001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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