#764CAE

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

Shades of Studio #764CAE

Tints of Studio #764CAE

Color information

#764CAE (or 0x764CAE) is unknown color: approx Studio. HEX triplet: 76, 4C and AE. RGB value is (118,76,174). Sum of RGB (Red+Green+Blue) = 118+76+174=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #764CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAE is #89B351. Grayscale: #636363. Windows color (decimal): -9024338 or 11422838. OLE color: 11422838.

HSL color Cylindrical-coordinate representation of color #764CAE: hue angle of 265.71º 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 #764CAE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11876174-
CMYK0.320.5600.32
HSL265.71º39.2%49.02%-
HSV(B)265.71º56.32%68.24%-
XYZ17.712.0841.44-
YUV99.73169.91141.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=32.07%
G=20.65%
B=47.28%

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
Decimal118761740.320.5600.32265.7139.249.02
Hex764CAE203802010a2731
Octal16611425640700404124761
Binary11101101001100101011101000001110000100000100001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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