Html Css Color HEX #7955A0 Studio

📋 copy color: '#7955A0'

red 121 ◦ green 85 ◦ blue 160

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

Shades of Studio #7955A0

Tints of Studio #7955A0

RGB

 RED value IS 121 (47.66% from 255) = 33.06%

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 33.06%
G = 23.22%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7955A0 (or 0x7955A0) is known color: Studio. HEX triplet: 79, 55 and A0. RGB value is (121,85,160). Sum of RGB (Red+Green+Blue) = 121+85+160=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #7955A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7955A0 is #86AA5F. Grayscale: #686868. Windows color (decimal): -8825440 or 10507641. OLE color: 10507641.

HSL color Cylindrical-coordinate representation of color #7955A0: hue angle of 268.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7955A0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 85 160 -
CMYK 0.24 0.47 0 0.37
HSL 268.8º 0.31% 0.48% -
HSV(B) 268.8º 0.47% 0.63% -
XYZ 17.48 13.1 34.87 -
YUV 104.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 121 85 160 0.24 0.47 0 0.37 268.8 0.31 0.48
Hex 79 55 A0 18 2F 0 25 10D 1F 30
Octal 171 125 240 30 57 0 45 415 37 60
Binary 1111001 1010101 10100000 11000 101111 0 100101 100001101 11111 110000

Color Harmonies of #7955A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7955A0

Black with #7955A0

Text Example


Text Example

White with #7955A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7955A0; }

 p { color: rgb(121,85,160); }

 H1.HeaderClassName
 {
   color: #7955A0;
 }
 .AnyTagClassName
 {
   color: #7955A0;
 }
</style>

background-color css

<style>
 a { background-color: #7955A0; }

 a { background-color: rgb(121,85,160); }

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

border-color css

<style>
 span { border-color: #7955A0; }

 span { border-color: rgb(121,85,160); }

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