Html Css Color HEX #7B5D96 Studio

📋 copy color: '#7B5D96'

red 123 ◦ green 93 ◦ blue 150

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

Shades of Studio #7B5D96

Tints of Studio #7B5D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 33.61%
G = 25.41%
B = 40.98%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B5D96 (or 0x7B5D96) is known color: Studio. HEX triplet: 7B, 5D and 96. RGB value is (123,93,150). Sum of RGB (Red+Green+Blue) = 123+93+150=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B5D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5D96 is #84A269. Grayscale: #6C6C6C. Windows color (decimal): -8692330 or 9854331. OLE color: 9854331.

HSL color Cylindrical-coordinate representation of color #7B5D96: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B5D96 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 93 150 -
CMYK 0.18 0.38 0 0.41
HSL 271.58º 0.23% 0.48% -
HSV(B) 271.58º 0.38% 0.59% -
XYZ 17.59 14.24 30.68 -
YUV 108.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 123 93 150 0.18 0.38 0 0.41 271.58 0.23 0.48
Hex 7B 5D 96 12 26 0 29 110 17 30
Octal 173 135 226 22 46 0 51 420 27 60
Binary 1111011 1011101 10010110 10010 100110 0 101001 100010000 10111 110000

Color Harmonies of #7B5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D96

Black with #7B5D96

Text Example


Text Example

White with #7B5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,150); }

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

background-color css

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

 a { background-color: rgb(123,93,150); }

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

border-color css

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

 span { border-color: rgb(123,93,150); }

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