Html Css Color HEX #7958A0 Studio

📋 copy color: '#7958A0'

red 121 ◦ green 88 ◦ blue 160

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

Shades of Studio #7958A0

Tints of Studio #7958A0

RGB

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

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

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

R = 32.79%
G = 23.85%
B = 43.36%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7958A0 (or 0x7958A0) is known color: Studio. HEX triplet: 79, 58 and A0. RGB value is (121,88,160). Sum of RGB (Red+Green+Blue) = 121+88+160=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #7958A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7958A0 is #86A75F. Grayscale: #696969. Windows color (decimal): -8824672 or 10508409. OLE color: 10508409.

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

Color convert

RGB 121 88 160 -
CMYK 0.24 0.45 0 0.37
HSL 267.5º 0.29% 0.49% -
HSV(B) 267.5º 0.45% 0.63% -
XYZ 17.72 13.58 34.95 -
YUV 106.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 121 88 160 0.24 0.45 0 0.37 267.5 0.29 0.49
Hex 79 58 A0 18 2D 0 25 10C 1D 31
Octal 171 130 240 30 55 0 45 414 35 61
Binary 1111001 1011000 10100000 11000 101101 0 100101 100001100 11101 110001

Color Harmonies of #7958A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958A0

Black with #7958A0

Text Example


Text Example

White with #7958A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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