#764F9A

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

Shades of Studio #764F9A

Tints of Studio #764F9A

Color information

#764F9A (or 0x764F9A) is unknown color: approx Studio. HEX triplet: 76, 4F and 9A. RGB value is (118,79,154). Sum of RGB (Red+Green+Blue) = 118+79+154=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #764F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F9A is #89B065. Grayscale: #626262. Windows color (decimal): -9023590 or 10112886. OLE color: 10112886.

HSL color Cylindrical-coordinate representation of color #764F9A: hue angle of 271.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764F9A is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11879154-
CMYK0.230.4900.40
HSL271.2º32.19%45.69%-
HSV(B)271.2º48.7%60.39%-
XYZ16.111.7832-
YUV99.21158.92141.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=33.62%
G=22.51%
B=43.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118791540.230.4900.40271.232.1945.69
Hex764F9A173102810f202e
Octal16611723227610504174056
Binary1110110100111110011010101111100010101000100001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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