#769DBE

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

Shades of Shakespeare #769DBE

Tints of Shakespeare #769DBE

Color information

#769DBE (or 0x769DBE) is unknown color: approx Shakespeare. HEX triplet: 76, 9D and BE. RGB value is (118,157,190). Sum of RGB (Red+Green+Blue) = 118+157+190=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #769DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DBE is #896241. Grayscale: #949494. Windows color (decimal): -9003586 or 12492150. OLE color: 12492150.

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

Color convert

RGB118157190-
CMYK0.380.1700.25
HSL207.5º35.64%60.39%-
HSV(B)207.5º37.89%74.51%-
XYZ28.8231.6853.31-
YUV149.1151.08105.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=25.38%
G=33.76%
B=40.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181571900.380.1700.25207.535.6460.39
Hex769DBE2611019d0243c
Octal16623527646210313204474
Binary111011010011101101111101001101000101100111010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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