#769CBF

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

Shades of Shakespeare #769CBF

Tints of Shakespeare #769CBF

Color information

#769CBF (or 0x769CBF) is unknown color: approx Shakespeare. HEX triplet: 76, 9C and BF. RGB value is (118,156,191). Sum of RGB (Red+Green+Blue) = 118+156+191=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #769CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CBF is #896340. Grayscale: #949494. Windows color (decimal): -9003841 or 12557430. OLE color: 12557430.

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

Color convert

RGB118156191-
CMYK0.380.1800.25
HSL208.77º36.32%60.59%-
HSV(B)208.77º38.22%74.9%-
XYZ28.7631.3953.83-
YUV148.63151.91106.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 41.08%
R=25.38%
G=33.55%
B=41.08%

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
Decimal1181561910.380.1800.25208.7736.3260.59
Hex769CBF2612019d1243d
Octal16623427746220313214475
Binary111011010011100101111111001101001001100111010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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