#764AAF

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

Shades of Studio #764AAF

Tints of Studio #764AAF

Color information

#764AAF (or 0x764AAF) is unknown color: approx Studio. HEX triplet: 76, 4A and AF. RGB value is (118,74,175). Sum of RGB (Red+Green+Blue) = 118+74+175=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #764AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AAF is #89B550. Grayscale: #626262. Windows color (decimal): -9024849 or 11487862. OLE color: 11487862.

HSL color Cylindrical-coordinate representation of color #764AAF: hue angle of 266.14º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764AAF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11874175-
CMYK0.330.5800.31
HSL266.14º40.56%48.82%-
HSV(B)266.14º57.71%68.63%-
XYZ17.6611.8441.91-
YUV98.67171.08141.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=32.15%
G=20.16%
B=47.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118741750.330.5800.31266.1440.5648.82
Hex764AAF213A01F10a2931
Octal16611225741720374125161
Binary1110110100101010101111100001111010011111100001010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,175); }

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

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

 a { background-color: rgb(118,74,175); }

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

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

 span { border-color: rgb(118,74,175); }

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