#764A95

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

Shades of Studio #764A95

Tints of Studio #764A95

Color information

#764A95 (or 0x764A95) is unknown color: approx Studio. HEX triplet: 76, 4A and 95. RGB value is (118,74,149). Sum of RGB (Red+Green+Blue) = 118+74+149=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #764A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A95 is #89B56A. Grayscale: #5F5F5F. Windows color (decimal): -9024875 or 9783926. OLE color: 9783926.

HSL color Cylindrical-coordinate representation of color #764A95: hue angle of 275.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764A95 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11874149-
CMYK0.210.5000.42
HSL275.2º33.63%43.73%-
HSV(B)275.2º50.34%58.43%-
XYZ15.3410.9229.73-
YUV95.71158.08143.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=34.60%
G=21.70%
B=43.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118741490.210.5000.42275.233.6343.73
Hex764A95153202A113222c
Octal16611222525620524234254
Binary1110110100101010010101101011100100101010100010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,149); }

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

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

 a { background-color: rgb(118,74,149); }

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

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

 span { border-color: rgb(118,74,149); }

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