#769BBE

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

Shades of Shakespeare #769BBE

Tints of Shakespeare #769BBE

Color information

#769BBE (or 0x769BBE) is unknown color: approx Shakespeare. HEX triplet: 76, 9B and BE. RGB value is (118,155,190). Sum of RGB (Red+Green+Blue) = 118+155+190=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #769BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BBE is #896441. Grayscale: #939393. Windows color (decimal): -9004098 or 12491638. OLE color: 12491638.

HSL color Cylindrical-coordinate representation of color #769BBE: hue angle of 209.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769BBE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118155190-
CMYK0.380.1800.25
HSL209.17º35.64%60.39%-
HSV(B)209.17º37.89%74.51%-
XYZ28.4931.0153.2-
YUV147.93151.74106.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=25.49%
G=33.48%
B=41.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181551900.380.1800.25209.1735.6460.39
Hex769BBE2612019d1243c
Octal16623327646220313214474
Binary111011010011011101111101001101001001100111010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,190); }

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

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

 a { background-color: rgb(118,155,190); }

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

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

 span { border-color: rgb(118,155,190); }

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