#764DAE

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

Shades of Studio #764DAE

Tints of Studio #764DAE

Color information

#764DAE (or 0x764DAE) is unknown color: approx Studio. HEX triplet: 76, 4D and AE. RGB value is (118,77,174). Sum of RGB (Red+Green+Blue) = 118+77+174=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #764DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAE is #89B251. Grayscale: #636363. Windows color (decimal): -9024082 or 11423094. OLE color: 11423094.

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

Color convert

RGB11877174-
CMYK0.320.5600.32
HSL265.36º38.65%49.22%-
HSV(B)265.36º55.75%68.24%-
XYZ17.7712.2241.47-
YUV100.32169.58140.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=31.98%
G=20.87%
B=47.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118771740.320.5600.32265.3638.6549.22
Hex764DAE20380201092731
Octal16611525640700404114761
Binary11101101001101101011101000001110000100000100001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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