#764EA4

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

Shades of Studio #764EA4

Tints of Studio #764EA4

Color information

#764EA4 (or 0x764EA4) is unknown color: approx Studio. HEX triplet: 76, 4E and A4. RGB value is (118,78,164). Sum of RGB (Red+Green+Blue) = 118+78+164=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #764EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EA4 is #89B15B. Grayscale: #636363. Windows color (decimal): -9023836 or 10767990. OLE color: 10767990.

HSL color Cylindrical-coordinate representation of color #764EA4: hue angle of 267.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764EA4 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11878164-
CMYK0.280.5200.36
HSL267.91º35.54%47.45%-
HSV(B)267.91º52.44%64.31%-
XYZ16.911.9836.54-
YUV99.76164.25141.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=32.78%
G=21.67%
B=45.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118781640.280.5200.36267.9135.5447.45
Hex764EA41C3402410c242f
Octal16611624434640444144457
Binary1110110100111010100100111001101000100100100001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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