#7F5BAE

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

Shades of Studio #7F5BAE

Tints of Studio #7F5BAE

Color information

#7F5BAE (or 0x7F5BAE) is unknown color: approx Studio. HEX triplet: 7F, 5B and AE. RGB value is (127,91,174). Sum of RGB (Red+Green+Blue) = 127+91+174=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5BAE is #80A451. Grayscale: #6E6E6E. Windows color (decimal): -8430674 or 11426687. OLE color: 11426687.

HSL color Cylindrical-coordinate representation of color #7F5BAE: hue angle of 266.02º 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 #7F5BAE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12791174-
CMYK0.270.4800.32
HSL266.02º33.88%51.96%-
HSV(B)266.02º47.7%68.24%-
XYZ20.1315.0541.89-
YUV111.23163.43139.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=32.40%
G=23.21%
B=44.39%

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
Decimal127911740.270.4800.32266.0233.8851.96
Hex7F5BAE1B3002010a2234
Octal17713325633600404124264
Binary1111111101101110101110110111100000100000100001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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