Html Css Color HEX #7B529C Studio

📋 copy color: '#7B529C'

red 123 ◦ green 82 ◦ blue 156

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

Shades of Studio #7B529C

Tints of Studio #7B529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 34.07%
G = 22.71%
B = 43.21%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B529C (or 0x7B529C) is known color: Studio. HEX triplet: 7B, 52 and 9C. RGB value is (123,82,156). Sum of RGB (Red+Green+Blue) = 123+82+156=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B529C is #84AD63. Grayscale: #666666. Windows color (decimal): -8695140 or 10244731. OLE color: 10244731.

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

Color convert

RGB 123 82 156 -
CMYK 0.21 0.47 0 0.39
HSL 273.24º 0.31% 0.47% -
HSV(B) 273.24º 0.47% 0.61% -
XYZ 17.19 12.65 32.99 -
YUV 102.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 123 82 156 0.21 0.47 0 0.39 273.24 0.31 0.47
Hex 7B 52 9C 15 2F 0 27 111 1F 2F
Octal 173 122 234 25 57 0 47 421 37 57
Binary 1111011 1010010 10011100 10101 101111 0 100111 100010001 11111 101111

Color Harmonies of #7B529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B529C

Black with #7B529C

Text Example


Text Example

White with #7B529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,82,156); }

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

background-color css

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

 a { background-color: rgb(123,82,156); }

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

border-color css

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

 span { border-color: rgb(123,82,156); }

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