#764FAE

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

Shades of Studio #764FAE

Tints of Studio #764FAE

Color information

#764FAE (or 0x764FAE) is unknown color: approx Studio. HEX triplet: 76, 4F and AE. RGB value is (118,79,174). Sum of RGB (Red+Green+Blue) = 118+79+174=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #764FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FAE is #89B051. Grayscale: #656565. Windows color (decimal): -9023570 or 11423606. OLE color: 11423606.

HSL color Cylindrical-coordinate representation of color #764FAE: hue angle of 264.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764FAE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11879174-
CMYK0.320.5500.32
HSL264.63º37.55%49.61%-
HSV(B)264.63º54.6%68.24%-
XYZ17.9112.541.51-
YUV101.49168.92139.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=31.81%
G=21.29%
B=46.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118791740.320.5500.32264.6337.5549.61
Hex764FAE20370201092632
Octal16611725640670404114662
Binary11101101001111101011101000001101110100000100001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,174); }

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

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

 a { background-color: rgb(118,79,174); }

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

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

 span { border-color: rgb(118,79,174); }

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