#7F589B

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

Shades of Studio #7F589B

Tints of Studio #7F589B

Color information

#7F589B (or 0x7F589B) is unknown color: approx Studio. HEX triplet: 7F, 58 and 9B. RGB value is (127,88,155). Sum of RGB (Red+Green+Blue) = 127+88+155=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F589B is #80A764. Grayscale: #6B6B6B. Windows color (decimal): -8431461 or 10180735. OLE color: 10180735.

HSL color Cylindrical-coordinate representation of color #7F589B: hue angle of 274.93º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F589B is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12788155-
CMYK0.180.4300.39
HSL274.93º27.57%47.65%-
HSV(B)274.93º43.23%60.78%-
XYZ18.1613.8632.73-
YUV107.3154.92142.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=34.32%
G=23.78%
B=41.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127881550.180.4300.39274.9327.5747.65
Hex7F589B122B0271131c30
Octal17713023322530474233460
Binary111111110110001001101110010101011010011110001001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,155); }

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

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

 a { background-color: rgb(127,88,155); }

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

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

 span { border-color: rgb(127,88,155); }

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