#7F5CAB

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

Shades of Studio #7F5CAB

Tints of Studio #7F5CAB

Color information

#7F5CAB (or 0x7F5CAB) is unknown color: approx Studio. HEX triplet: 7F, 5C and AB. RGB value is (127,92,171). Sum of RGB (Red+Green+Blue) = 127+92+171=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5CAB is #80A354. Grayscale: #6F6F6F. Windows color (decimal): -8430421 or 11230335. OLE color: 11230335.

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

Color convert

RGB12792171-
CMYK0.260.4600.33
HSL266.58º31.98%51.57%-
HSV(B)266.58º46.2%67.06%-
XYZ19.9315.1140.39-
YUV111.47161.6139.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.56%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=32.56%
G=23.59%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127921710.260.4600.33266.5831.9851.57
Hex7F5CAB1A2E02110b2034
Octal17713425332560414134064
Binary1111111101110010101011110101011100100001100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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