#769FBC

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

Shades of Shakespeare #769FBC

Tints of Shakespeare #769FBC

Color information

#769FBC (or 0x769FBC) is unknown color: approx Shakespeare. HEX triplet: 76, 9F and BC. RGB value is (118,159,188). Sum of RGB (Red+Green+Blue) = 118+159+188=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #769FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FBC is #896043. Grayscale: #959595. Windows color (decimal): -9003076 or 12361590. OLE color: 12361590.

HSL color Cylindrical-coordinate representation of color #769FBC: hue angle of 204.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769FBC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118159188-
CMYK0.370.1500.26
HSL204.86º34.31%60%-
HSV(B)204.86º37.23%73.73%-
XYZ28.9532.2852.28-
YUV150.05149.42105.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=25.38%
G=34.19%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181591880.370.1500.26204.8634.3160
Hex769FBC25F01Acd223c
Octal16623727445170323154274
Binary11101101001111110111100100101111101101011001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769FBC; }

 p { color: rgb(118,159,188); }

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

<style>
 a { background-color: #769FBC; }

 a { background-color: rgb(118,159,188); }

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

<style>
 span { border-color: #769FBC; }

 span { border-color: rgb(118,159,188); }

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