#769EBE

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

Shades of Shakespeare #769EBE

Tints of Shakespeare #769EBE

Color information

#769EBE (or 0x769EBE) is unknown color: approx Shakespeare. HEX triplet: 76, 9E and BE. RGB value is (118,158,190). Sum of RGB (Red+Green+Blue) = 118+158+190=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #769EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EBE is #896141. Grayscale: #959595. Windows color (decimal): -9003330 or 12492406. OLE color: 12492406.

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

Color convert

RGB118158190-
CMYK0.380.1700.25
HSL206.67º35.64%60.39%-
HSV(B)206.67º37.89%74.51%-
XYZ28.9932.0253.37-
YUV149.69150.75105.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=25.32%
G=33.91%
B=40.77%

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
Decimal1181581900.380.1700.25206.6735.6460.39
Hex769EBE2611019cf243c
Octal16623627646210313174474
Binary111011010011110101111101001101000101100111001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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