#764AAE

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

Shades of Studio #764AAE

Tints of Studio #764AAE

Color information

#764AAE (or 0x764AAE) is unknown color: approx Studio. HEX triplet: 76, 4A and AE. RGB value is (118,74,174). Sum of RGB (Red+Green+Blue) = 118+74+174=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #764AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AAE is #89B551. Grayscale: #626262. Windows color (decimal): -9024850 or 11422326. OLE color: 11422326.

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

Color convert

RGB11874174-
CMYK0.320.5700.32
HSL266.4º40.32%48.63%-
HSV(B)266.4º57.47%68.24%-
XYZ17.5611.8141.4-
YUV98.56170.58141.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=32.24%
G=20.22%
B=47.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118741740.320.5700.32266.440.3248.63
Hex764AAE203902010a2831
Octal16611225640710404125061
Binary11101101001010101011101000001110010100000100001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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