Html Css Color HEX #7958AA Studio

📋 copy color: '#7958AA'

red 121 ◦ green 88 ◦ blue 170

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

Shades of Studio #7958AA

Tints of Studio #7958AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 31.93%
G = 23.22%
B = 44.85%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7958AA (or 0x7958AA) is known color: Studio. HEX triplet: 79, 58 and AA. RGB value is (121,88,170). Sum of RGB (Red+Green+Blue) = 121+88+170=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #7958AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7958AA is #86A755. Grayscale: #6A6A6A. Windows color (decimal): -8824662 or 11163769. OLE color: 11163769.

HSL color Cylindrical-coordinate representation of color #7958AA: hue angle of 264.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7958AA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 88 170 -
CMYK 0.29 0.48 0 0.33
HSL 264.15º 0.33% 0.51% -
HSV(B) 264.15º 0.48% 0.67% -
XYZ 18.63 13.95 39.74 -
YUV 107.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 121 88 170 0.29 0.48 0 0.33 264.15 0.33 0.51
Hex 79 58 AA 1D 30 0 21 108 21 33
Octal 171 130 252 35 60 0 41 410 41 63
Binary 1111001 1011000 10101010 11101 110000 0 100001 100001000 100001 110011

Color Harmonies of #7958AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958AA

Black with #7958AA

Text Example


Text Example

White with #7958AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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