#7F5AAE

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

Shades of Studio #7F5AAE

Tints of Studio #7F5AAE

Color information

#7F5AAE (or 0x7F5AAE) is unknown color: approx Studio. HEX triplet: 7F, 5A and AE. RGB value is (127,90,174). Sum of RGB (Red+Green+Blue) = 127+90+174=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5AAE is #80A551. Grayscale: #6E6E6E. Windows color (decimal): -8430930 or 11426431. OLE color: 11426431.

HSL color Cylindrical-coordinate representation of color #7F5AAE: hue angle of 266.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F5AAE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12790174-
CMYK0.270.4800.32
HSL266.43º34.15%51.76%-
HSV(B)266.43º48.28%68.24%-
XYZ20.0514.8841.86-
YUV110.64163.76139.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=32.48%
G=23.02%
B=44.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127901740.270.4800.32266.4334.1551.76
Hex7F5AAE1B3002010a2234
Octal17713225633600404124264
Binary1111111101101010101110110111100000100000100001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5AAE; }

 p { color: rgb(127,90,174); }

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

<style>
 a { background-color: #7F5AAE; }

 a { background-color: rgb(127,90,174); }

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

<style>
 span { border-color: #7F5AAE; }

 span { border-color: rgb(127,90,174); }

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