#764DA9

Color #764DA9 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #764DA9

Tints of Studio #764DA9

Color information

#764DA9 (or 0x764DA9) is unknown color: approx Studio. HEX triplet: 76, 4D and A9. RGB value is (118,77,169). Sum of RGB (Red+Green+Blue) = 118+77+169=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #764DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA9 is #89B256. Grayscale: #636363. Windows color (decimal): -9024087 or 11095414. OLE color: 11095414.

HSL color Cylindrical-coordinate representation of color #764DA9: hue angle of 266.74º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764DA9 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11877169-
CMYK0.300.5400.34
HSL266.74º37.4%48.24%-
HSV(B)266.74º54.44%66.27%-
XYZ17.2912.0238.95-
YUV99.75167.08141.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=32.42%
G=21.15%
B=46.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118771690.300.5400.34266.7437.448.24
Hex764DA91E3602210b2530
Octal16611525136660424134560
Binary1110110100110110101001111101101100100010100001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764DA9; }

 p { color: rgb(118,77,169); }

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

<style>
 a { background-color: #764DA9; }

 a { background-color: rgb(118,77,169); }

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

<style>
 span { border-color: #764DA9; }

 span { border-color: rgb(118,77,169); }

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