#764DA5

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

Shades of Studio #764DA5

Tints of Studio #764DA5

Color information

#764DA5 (or 0x764DA5) is unknown color: approx Studio. HEX triplet: 76, 4D and A5. RGB value is (118,77,165). Sum of RGB (Red+Green+Blue) = 118+77+165=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #764DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA5 is #89B25A. Grayscale: #626262. Windows color (decimal): -9024091 or 10833270. OLE color: 10833270.

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

Color convert

RGB11877165-
CMYK0.280.5300.35
HSL267.95º36.36%47.45%-
HSV(B)267.95º53.33%64.71%-
XYZ16.9211.8837-
YUV99.29165.08141.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=32.78%
G=21.39%
B=45.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118771650.280.5300.35267.9536.3647.45
Hex764DA51C3502310c242f
Octal16611524534650434144457
Binary1110110100110110100101111001101010100011100001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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