Html Css Color HEX #7B5198 Studio

📋 copy color: '#7B5198'

red 123 ◦ green 81 ◦ blue 152

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

Shades of Studio #7B5198

Tints of Studio #7B5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 34.55%
G = 22.75%
B = 42.7%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B5198 (or 0x7B5198) is known color: Studio. HEX triplet: 7B, 51 and 98. RGB value is (123,81,152). Sum of RGB (Red+Green+Blue) = 123+81+152=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5198 is #84AE67. Grayscale: #656565. Windows color (decimal): -8695400 or 9982331. OLE color: 9982331.

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

Color convert

RGB 123 81 152 -
CMYK 0.19 0.47 0 0.40
HSL 275.49º 0.3% 0.46% -
HSV(B) 275.49º 0.47% 0.6% -
XYZ 16.78 12.36 31.21 -
YUV 101.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 123 81 152 0.19 0.47 0 0.40 275.49 0.3 0.46
Hex 7B 51 98 13 2F 0 28 113 1E 2E
Octal 173 121 230 23 57 0 50 423 36 56
Binary 1111011 1010001 10011000 10011 101111 0 101000 100010011 11110 101110

Color Harmonies of #7B5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5198

Black with #7B5198

Text Example


Text Example

White with #7B5198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,152); }

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

background-color css

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

 a { background-color: rgb(123,81,152); }

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

border-color css

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

 span { border-color: rgb(123,81,152); }

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