#7f5bab

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

Shades of Studio #7F5BAB

Tints of Studio #7F5BAB

Color information

#7F5BAB (or 0x7F5BAB) is unknown color: approx Studio. HEX triplet: 7F, 5B and AB. RGB value is (127,91,171). Sum of RGB (Red+Green+Blue) = 127+91+171=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5BAB is #80A454. Grayscale: #6E6E6E. Windows color (decimal): -8430677 or 11230079. OLE color: 11230079.

HSL color Cylindrical-coordinate representation of color #7F5BAB: hue angle of 267º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F5BAB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12791171-
CMYK0.260.4700.33
HSL267º32.26%51.37%-
HSV(B)267º46.78%67.06%-
XYZ19.8414.9340.36-
YUV110.88161.93139.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=32.65%
G=23.39%
B=43.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127911710.260.4700.3326732.2651.37
Hex7F5BAB1A2F02110b2033
Octal17713325332570414134063
Binary1111111101101110101011110101011110100001100001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f5bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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