Html Css Color HEX #7F559E Studio

📋 copy color: '#7F559E'

red 127 ◦ green 85 ◦ blue 158

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

Shades of Studio #7F559E

Tints of Studio #7F559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 34.32%
G = 22.97%
B = 42.7%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F559E (or 0x7F559E) is known color: Studio. HEX triplet: 7F, 55 and 9E. RGB value is (127,85,158). Sum of RGB (Red+Green+Blue) = 127+85+158=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559E is #80AA61. Grayscale: #696969. Windows color (decimal): -8432226 or 10376575. OLE color: 10376575.

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

Color convert

RGB 127 85 158 -
CMYK 0.20 0.46 0 0.38
HSL 274.52º 0.3% 0.48% -
HSV(B) 274.52º 0.46% 0.62% -
XYZ 18.17 13.48 33.99 -
YUV 105.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 127 85 158 0.20 0.46 0 0.38 274.52 0.3 0.48
Hex 7F 55 9E 14 2E 0 26 113 1E 30
Octal 177 125 236 24 56 0 46 423 36 60
Binary 1111111 1010101 10011110 10100 101110 0 100110 100010011 11110 110000

Color Harmonies of #7F559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F559E

Black with #7F559E

Text Example


Text Example

White with #7F559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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