#764CA9

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

Shades of Studio #764CA9

Tints of Studio #764CA9

Color information

#764CA9 (or 0x764CA9) is unknown color: approx Studio. HEX triplet: 76, 4C and A9. RGB value is (118,76,169). Sum of RGB (Red+Green+Blue) = 118+76+169=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #764CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CA9 is #89B356. Grayscale: #626262. Windows color (decimal): -9024343 or 11095158. OLE color: 11095158.

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

Color convert

RGB11876169-
CMYK0.300.5500.34
HSL267.1º37.96%48.04%-
HSV(B)267.1º55.03%66.27%-
XYZ17.2211.8938.92-
YUV99.16167.41141.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=32.51%
G=20.94%
B=46.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118761690.300.5500.34267.137.9648.04
Hex764CA91E3702210b2630
Octal16611425136670424134660
Binary1110110100110010101001111101101110100010100001011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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