Html Css Color HEX #7B549B Studio

📋 copy color: '#7B549B'

red 123 ◦ green 84 ◦ blue 155

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

Shades of Studio #7B549B

Tints of Studio #7B549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 33.98%
G = 23.2%
B = 42.82%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B549B (or 0x7B549B) is known color: Studio. HEX triplet: 7B, 54 and 9B. RGB value is (123,84,155). Sum of RGB (Red+Green+Blue) = 123+84+155=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B549B is #84AB64. Grayscale: #676767. Windows color (decimal): -8694629 or 10179707. OLE color: 10179707.

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

Color convert

RGB 123 84 155 -
CMYK 0.21 0.46 0 0.39
HSL 272.96º 0.3% 0.47% -
HSV(B) 272.96º 0.46% 0.61% -
XYZ 17.26 12.92 32.59 -
YUV 103.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 123 84 155 0.21 0.46 0 0.39 272.96 0.3 0.47
Hex 7B 54 9B 15 2E 0 27 111 1E 2F
Octal 173 124 233 25 56 0 47 421 36 57
Binary 1111011 1010100 10011011 10101 101110 0 100111 100010001 11110 101111

Color Harmonies of #7B549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B549B

Black with #7B549B

Text Example


Text Example

White with #7B549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,155); }

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

background-color css

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

 a { background-color: rgb(123,84,155); }

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

border-color css

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

 span { border-color: rgb(123,84,155); }

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