#764FAC

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

Shades of Studio #764FAC

Tints of Studio #764FAC

Color information

#764FAC (or 0x764FAC) is unknown color: approx Studio. HEX triplet: 76, 4F and AC. RGB value is (118,79,172). Sum of RGB (Red+Green+Blue) = 118+79+172=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #764FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FAC is #89B053. Grayscale: #646464. Windows color (decimal): -9023572 or 11292534. OLE color: 11292534.

HSL color Cylindrical-coordinate representation of color #764FAC: hue angle of 265.16º 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 #764FAC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11879172-
CMYK0.310.5400.33
HSL265.16º37.05%49.22%-
HSV(B)265.16º54.07%67.45%-
XYZ17.7112.4240.49-
YUV101.26167.92139.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=31.98%
G=21.41%
B=46.61%

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
Decimal118791720.310.5400.33265.1637.0549.22
Hex764FAC1F360211092531
Octal16611725437660414114561
Binary1110110100111110101100111111101100100001100001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,172); }

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

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

 a { background-color: rgb(118,79,172); }

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

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

 span { border-color: rgb(118,79,172); }

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