Html Css Color HEX #7F559B Studio

📋 copy color: '#7F559B'

red 127 ◦ green 85 ◦ blue 155

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

Shades of Studio #7F559B

Tints of Studio #7F559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 34.6%
G = 23.16%
B = 42.23%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F559B (or 0x7F559B) is known color: Studio. HEX triplet: 7F, 55 and 9B. RGB value is (127,85,155). Sum of RGB (Red+Green+Blue) = 127+85+155=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559B is #80AA64. Grayscale: #696969. Windows color (decimal): -8432229 or 10179967. OLE color: 10179967.

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

Color convert

RGB 127 85 155 -
CMYK 0.18 0.45 0 0.39
HSL 276º 0.29% 0.47% -
HSV(B) 276º 0.45% 0.61% -
XYZ 17.92 13.38 32.65 -
YUV 105.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 127 85 155 0.18 0.45 0 0.39 276 0.29 0.47
Hex 7F 55 9B 12 2D 0 27 114 1D 2F
Octal 177 125 233 22 55 0 47 424 35 57
Binary 1111111 1010101 10011011 10010 101101 0 100111 100010100 11101 101111

Color Harmonies of #7F559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F559B

Black with #7F559B

Text Example


Text Example

White with #7F559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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