#764F94

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

Shades of Studio #764F94

Tints of Studio #764F94

Color information

#764F94 (or 0x764F94) is unknown color: approx Studio. HEX triplet: 76, 4F and 94. RGB value is (118,79,148). Sum of RGB (Red+Green+Blue) = 118+79+148=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #764F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F94 is #89B06B. Grayscale: #626262. Windows color (decimal): -9023596 or 9719670. OLE color: 9719670.

HSL color Cylindrical-coordinate representation of color #764F94: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764F94 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11879148-
CMYK0.200.4700.42
HSL273.91º30.4%44.51%-
HSV(B)273.91º46.62%58.04%-
XYZ15.6111.5829.43-
YUV98.53155.92141.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=34.20%
G=22.90%
B=42.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118791480.200.4700.42273.9130.444.51
Hex764F94142F02A1121e2d
Octal16611722424570524223655
Binary111011010011111001010010100101111010101010001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,148); }

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

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

 a { background-color: rgb(118,79,148); }

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

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

 span { border-color: rgb(118,79,148); }

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