#769DBF

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

Shades of Shakespeare #769DBF

Tints of Shakespeare #769DBF

Color information

#769DBF (or 0x769DBF) is unknown color: approx Shakespeare. HEX triplet: 76, 9D and BF. RGB value is (118,157,191). Sum of RGB (Red+Green+Blue) = 118+157+191=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #769DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DBF is #896240. Grayscale: #959595. Windows color (decimal): -9003585 or 12557686. OLE color: 12557686.

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

Color convert

RGB118157191-
CMYK0.380.1800.25
HSL207.95º36.32%60.59%-
HSV(B)207.95º38.22%74.9%-
XYZ28.9331.7353.89-
YUV149.21151.58105.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 40.99%
R=25.32%
G=33.69%
B=40.99%

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
Decimal1181571910.380.1800.25207.9536.3260.59
Hex769DBF2612019d0243d
Octal16623527746220313204475
Binary111011010011101101111111001101001001100111010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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