#769BBF

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

Shades of Shakespeare #769BBF

Tints of Shakespeare #769BBF

Color information

#769BBF (or 0x769BBF) is unknown color: approx Shakespeare. HEX triplet: 76, 9B and BF. RGB value is (118,155,191). Sum of RGB (Red+Green+Blue) = 118+155+191=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #769BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BBF is #896440. Grayscale: #939393. Windows color (decimal): -9004097 or 12557174. OLE color: 12557174.

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

Color convert

RGB118155191-
CMYK0.380.1900.25
HSL209.59º36.32%60.59%-
HSV(B)209.59º38.22%74.9%-
XYZ28.631.0653.78-
YUV148.04152.24106.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 191 (75% from 255) = 41.16%
R=25.43%
G=33.41%
B=41.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181551910.380.1900.25209.5936.3260.59
Hex769BBF2613019d2243d
Octal16623327746230313224475
Binary111011010011011101111111001101001101100111010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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