#764D9C

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

Shades of Studio #764D9C

Tints of Studio #764D9C

Color information

#764D9C (or 0x764D9C) is unknown color: approx Studio. HEX triplet: 76, 4D and 9C. RGB value is (118,77,156). Sum of RGB (Red+Green+Blue) = 118+77+156=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #764D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D9C is #89B263. Grayscale: #616161. Windows color (decimal): -9024100 or 10243446. OLE color: 10243446.

HSL color Cylindrical-coordinate representation of color #764D9C: hue angle of 271.14º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764D9C is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11877156-
CMYK0.240.5100.39
HSL271.14º33.91%45.69%-
HSV(B)271.14º50.64%61.18%-
XYZ16.1311.5632.83-
YUV98.26160.58142.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=33.62%
G=21.94%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118771560.240.5100.39271.1433.9145.69
Hex764D9C183302710f222e
Octal16611523430630474174256
Binary1110110100110110011100110001100110100111100001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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