Html Css Color HEX #7B559E Studio

📋 copy color: '#7B559E'

red 123 ◦ green 85 ◦ blue 158

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

Shades of Studio #7B559E

Tints of Studio #7B559E

RGB

 RED value IS 123 (48.44% from 255) = 33.61%

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

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

R = 33.61%
G = 23.22%
B = 43.17%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B559E (or 0x7B559E) is known color: Studio. HEX triplet: 7B, 55 and 9E. RGB value is (123,85,158). Sum of RGB (Red+Green+Blue) = 123+85+158=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B559E is #84AA61. Grayscale: #686868. Windows color (decimal): -8694370 or 10376571. OLE color: 10376571.

HSL color Cylindrical-coordinate representation of color #7B559E: hue angle of 271.23º 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 #7B559E is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 85 158 -
CMYK 0.22 0.46 0 0.38
HSL 271.23º 0.3% 0.48% -
HSV(B) 271.23º 0.46% 0.62% -
XYZ 17.59 13.18 33.96 -
YUV 104.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 123 85 158 0.22 0.46 0 0.38 271.23 0.3 0.48
Hex 7B 55 9E 16 2E 0 26 10F 1E 30
Octal 173 125 236 26 56 0 46 417 36 60
Binary 1111011 1010101 10011110 10110 101110 0 100110 100001111 11110 110000

Color Harmonies of #7B559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B559E

Black with #7B559E

Text Example


Text Example

White with #7B559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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