#764A94

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

Shades of Studio #764A94

Tints of Studio #764A94

Color information

#764A94 (or 0x764A94) is unknown color: approx Studio. HEX triplet: 76, 4A and 94. RGB value is (118,74,148). Sum of RGB (Red+Green+Blue) = 118+74+148=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #764A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A94 is #89B56B. Grayscale: #5F5F5F. Windows color (decimal): -9024876 or 9718390. OLE color: 9718390.

HSL color Cylindrical-coordinate representation of color #764A94: hue angle of 275.68º degrees, saturation: 0.33, 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 #764A94 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11874148-
CMYK0.200.5000.42
HSL275.68º33.33%43.53%-
HSV(B)275.68º50%58.04%-
XYZ15.2710.8929.31-
YUV95.59157.58143.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=34.71%
G=21.76%
B=43.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118741480.200.5000.42275.6833.3343.53
Hex764A94143202A114212c
Octal16611222424620524244154
Binary1110110100101010010100101001100100101010100010100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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