#764DAC

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

Shades of Studio #764DAC

Tints of Studio #764DAC

Color information

#764DAC (or 0x764DAC) is unknown color: approx Studio. HEX triplet: 76, 4D and AC. RGB value is (118,77,172). Sum of RGB (Red+Green+Blue) = 118+77+172=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #764DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAC is #89B253. Grayscale: #636363. Windows color (decimal): -9024084 or 11292022. OLE color: 11292022.

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

Color convert

RGB11877172-
CMYK0.310.5500.33
HSL265.89º38.15%48.82%-
HSV(B)265.89º55.23%67.45%-
XYZ17.5712.1440.45-
YUV100.09168.58140.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=32.15%
G=20.98%
B=46.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118771720.310.5500.33265.8938.1548.82
Hex764DAC1F3702110a2631
Octal16611525437670414124661
Binary1110110100110110101100111111101110100001100001010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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