#764E95

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

Shades of Studio #764E95

Tints of Studio #764E95

Color information

#764E95 (or 0x764E95) is unknown color: approx Studio. HEX triplet: 76, 4E and 95. RGB value is (118,78,149). Sum of RGB (Red+Green+Blue) = 118+78+149=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #764E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764E95 is #89B16A. Grayscale: #616161. Windows color (decimal): -9023851 or 9784950. OLE color: 9784950.

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

Color convert

RGB11878149-
CMYK0.210.4800.42
HSL273.8º31.28%44.51%-
HSV(B)273.8º47.65%58.43%-
XYZ15.6211.4729.82-
YUV98.05156.75142.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=34.20%
G=22.61%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118781490.210.4800.42273.831.2844.51
Hex764E95153002A1121f2d
Octal16611622525600524223755
Binary111011010011101001010110101110000010101010001001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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