#7F509D

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

Shades of Studio #7F509D

Tints of Studio #7F509D

Color information

#7F509D (or 0x7F509D) is unknown color: approx Studio. HEX triplet: 7F, 50 and 9D. RGB value is (127,80,157). Sum of RGB (Red+Green+Blue) = 127+80+157=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F509D is #80AF62. Grayscale: #666666. Windows color (decimal): -8433507 or 10309759. OLE color: 10309759.

HSL color Cylindrical-coordinate representation of color #7F509D: hue angle of 276.62º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F509D is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12780157-
CMYK0.190.4900.38
HSL276.62º32.49%46.47%-
HSV(B)276.62º49.04%61.57%-
XYZ17.7112.6833.41-
YUV102.83158.57145.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=34.89%
G=21.98%
B=43.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127801570.190.4900.38276.6232.4946.47
Hex7F509D1331026115202e
Octal17712023523610464254056
Binary1111111101000010011101100111100010100110100010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,157); }

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

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

 a { background-color: rgb(127,80,157); }

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

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

 span { border-color: rgb(127,80,157); }

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