#764EAB

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

Shades of Studio #764EAB

Tints of Studio #764EAB

Color information

#764EAB (or 0x764EAB) is unknown color: approx Studio. HEX triplet: 76, 4E and AB. RGB value is (118,78,171). Sum of RGB (Red+Green+Blue) = 118+78+171=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #764EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EAB is #89B154. Grayscale: #646464. Windows color (decimal): -9023829 or 11226742. OLE color: 11226742.

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

Color convert

RGB11878171-
CMYK0.310.5400.33
HSL265.81º37.35%48.82%-
HSV(B)265.81º54.39%67.06%-
XYZ17.5512.2439.97-
YUV100.56167.75140.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=32.15%
G=21.25%
B=46.59%

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
Decimal118781710.310.5400.33265.8137.3548.82
Hex764EAB1F3602110a2531
Octal16611625337660414124561
Binary1110110100111010101011111111101100100001100001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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