#764EA7

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

Shades of Studio #764EA7

Tints of Studio #764EA7

Color information

#764EA7 (or 0x764EA7) is unknown color: approx Studio. HEX triplet: 76, 4E and A7. RGB value is (118,78,167). Sum of RGB (Red+Green+Blue) = 118+78+167=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #764EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764EA7 is #89B158. Grayscale: #636363. Windows color (decimal): -9023833 or 10964598. OLE color: 10964598.

HSL color Cylindrical-coordinate representation of color #764EA7: hue angle of 266.97º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764EA7 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11878167-
CMYK0.290.5300.35
HSL266.97º36.33%48.04%-
HSV(B)266.97º53.29%65.49%-
XYZ17.1712.0937.99-
YUV100.11165.75140.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=32.51%
G=21.49%
B=46.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118781670.290.5300.35266.9736.3348.04
Hex764EA71D3502310b2430
Octal16611624735650434134460
Binary1110110100111010100111111011101010100011100001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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