#739DC1

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

Shades of Shakespeare #739DC1

Tints of Shakespeare #739DC1

Color information

#739DC1 (or 0x739DC1) is unknown color: approx Shakespeare. HEX triplet: 73, 9D and C1. RGB value is (115,157,193). Sum of RGB (Red+Green+Blue) = 115+157+193=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #739DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DC1 is #8C623E. Grayscale: #949494. Windows color (decimal): -9200191 or 12688755. OLE color: 12688755.

HSL color Cylindrical-coordinate representation of color #739DC1: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #739DC1 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB115157193-
CMYK0.400.1900.24
HSL207.69º38.61%60.39%-
HSV(B)207.69º40.41%75.69%-
XYZ28.7531.6155.04-
YUV148.55153.09104.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.73%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=24.73%
G=33.76%
B=41.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151571930.400.1900.24207.6938.6160.39
Hex739DC12813018d0273c
Octal16323530150230303204774
Binary111001110011101110000011010001001101100011010000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739DC1; }

 p { color: rgb(115,157,193); }

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

<style>
 a { background-color: #739DC1; }

 a { background-color: rgb(115,157,193); }

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

<style>
 span { border-color: #739DC1; }

 span { border-color: rgb(115,157,193); }

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