Html Css Color HEX #7B509D Studio

📋 copy color: '#7B509D'

red 123 ◦ green 80 ◦ blue 157

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

Shades of Studio #7B509D

Tints of Studio #7B509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 34.17%
G = 22.22%
B = 43.61%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B509D (or 0x7B509D) is known color: Studio. HEX triplet: 7B, 50 and 9D. RGB value is (123,80,157). Sum of RGB (Red+Green+Blue) = 123+80+157=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B509D is #84AF62. Grayscale: #656565. Windows color (decimal): -8695651 or 10309755. OLE color: 10309755.

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

Color convert

RGB 123 80 157 -
CMYK 0.22 0.49 0 0.38
HSL 273.51º 0.32% 0.46% -
HSV(B) 273.51º 0.49% 0.62% -
XYZ 17.12 12.38 33.39 -
YUV 101.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 123 80 157 0.22 0.49 0 0.38 273.51 0.32 0.46
Hex 7B 50 9D 16 31 0 26 112 20 2E
Octal 173 120 235 26 61 0 46 422 40 56
Binary 1111011 1010000 10011101 10110 110001 0 100110 100010010 100000 101110

Color Harmonies of #7B509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B509D

Black with #7B509D

Text Example


Text Example

White with #7B509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,157); }

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

background-color css

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

 a { background-color: rgb(123,80,157); }

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

border-color css

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

 span { border-color: rgb(123,80,157); }

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