Html Css Color HEX #7B589D Studio

📋 copy color: '#7B589D'

red 123 ◦ green 88 ◦ blue 157

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

Shades of Studio #7B589D

Tints of Studio #7B589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 33.42%
G = 23.91%
B = 42.66%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B589D (or 0x7B589D) is known color: Studio. HEX triplet: 7B, 58 and 9D. RGB value is (123,88,157). Sum of RGB (Red+Green+Blue) = 123+88+157=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B589D is #84A762. Grayscale: #6A6A6A. Windows color (decimal): -8693603 or 10311803. OLE color: 10311803.

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

Color convert

RGB 123 88 157 -
CMYK 0.22 0.44 0 0.38
HSL 270.43º 0.28% 0.48% -
HSV(B) 270.43º 0.44% 0.62% -
XYZ 17.74 13.62 33.59 -
YUV 106.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 123 88 157 0.22 0.44 0 0.38 270.43 0.28 0.48
Hex 7B 58 9D 16 2C 0 26 10E 1C 30
Octal 173 130 235 26 54 0 46 416 34 60
Binary 1111011 1011000 10011101 10110 101100 0 100110 100001110 11100 110000

Color Harmonies of #7B589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B589D

Black with #7B589D

Text Example


Text Example

White with #7B589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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