Html Css Color HEX #7F589A Studio

📋 copy color: '#7F589A'

red 127 ◦ green 88 ◦ blue 154

#7F589A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7F589A

Tints of Studio #7F589A

RGB

 RED value IS 127 (50% from 255) = 34.42%

 GREEN value IS 88 (34.77% from 255) = 23.85%

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 34.42%
G = 23.85%
B = 41.73%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F589A (or 0x7F589A) is known color: Studio. HEX triplet: 7F, 58 and 9A. RGB value is (127,88,154). Sum of RGB (Red+Green+Blue) = 127+88+154=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F589A is #80A765. Grayscale: #6A6A6A. Windows color (decimal): -8431462 or 10115199. OLE color: 10115199.

HSL color Cylindrical-coordinate representation of color #7F589A: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F589A is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 88 154 -
CMYK 0.18 0.43 0 0.40
HSL 275.45º 0.27% 0.47% -
HSV(B) 275.45º 0.43% 0.6% -
XYZ 18.07 13.82 32.29 -
YUV 107.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 127 88 154 0.18 0.43 0 0.40 275.45 0.27 0.47
Hex 7F 58 9A 12 2B 0 28 113 1B 2F
Octal 177 130 232 22 53 0 50 423 33 57
Binary 1111111 1011000 10011010 10010 101011 0 101000 100010011 11011 101111

Color Harmonies of #7F589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F589A

Black with #7F589A

Text Example


Text Example

White with #7F589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F589A;
 }
 .AnyTagClassName
 {
   color: #7F589A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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