#764AAD

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

Shades of Studio #764AAD

Tints of Studio #764AAD

Color information

#764AAD (or 0x764AAD) is unknown color: approx Studio. HEX triplet: 76, 4A and AD. RGB value is (118,74,173). Sum of RGB (Red+Green+Blue) = 118+74+173=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #764AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764AAD is #89B552. Grayscale: #626262. Windows color (decimal): -9024851 or 11356790. OLE color: 11356790.

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

Color convert

RGB11874173-
CMYK0.320.5700.32
HSL266.67º40.08%48.43%-
HSV(B)266.67º57.23%67.84%-
XYZ17.4611.7740.89-
YUV98.44170.08141.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=32.33%
G=20.27%
B=47.40%

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
Decimal118741730.320.5700.32266.6740.0848.43
Hex764AAD203902010b2830
Octal16611225540710404135060
Binary11101101001010101011011000001110010100000100001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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