#764EAA

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

Shades of Studio #764EAA

Tints of Studio #764EAA

Color information

#764EAA (or 0x764EAA) is unknown color: approx Studio. HEX triplet: 76, 4E and AA. RGB value is (118,78,170). Sum of RGB (Red+Green+Blue) = 118+78+170=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #764EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EAA is #89B155. Grayscale: #646464. Windows color (decimal): -9023830 or 11161206. OLE color: 11161206.

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

Color convert

RGB11878170-
CMYK0.310.5400.33
HSL266.09º37.1%48.63%-
HSV(B)266.09º54.12%66.67%-
XYZ17.4512.239.47-
YUV100.45167.25140.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=32.24%
G=21.31%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118781700.310.5400.33266.0937.148.63
Hex764EAA1F3602110a2531
Octal16611625237660414124561
Binary1110110100111010101010111111101100100001100001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,170); }

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

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

 a { background-color: rgb(118,78,170); }

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

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

 span { border-color: rgb(118,78,170); }

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