Html Css Color HEX #7953A7 Studio

📋 copy color: '#7953A7'

red 121 ◦ green 83 ◦ blue 167

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

Shades of Studio #7953A7

Tints of Studio #7953A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 167 (65.63% from 255) = 45.01%

R = 32.61%
G = 22.37%
B = 45.01%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7953A7 (or 0x7953A7) is known color: Studio. HEX triplet: 79, 53 and A7. RGB value is (121,83,167). Sum of RGB (Red+Green+Blue) = 121+83+167=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #7953A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953A7 is #86AC58. Grayscale: #676767. Windows color (decimal): -8825945 or 10965881. OLE color: 10965881.

HSL color Cylindrical-coordinate representation of color #7953A7: hue angle of 267.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7953A7 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 83 167 -
CMYK 0.28 0.50 0 0.35
HSL 267.14º 0.34% 0.49% -
HSV(B) 267.14º 0.5% 0.65% -
XYZ 17.95 13.04 38.13 -
YUV 103.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 121 83 167 0.28 0.50 0 0.35 267.14 0.34 0.49
Hex 79 53 A7 1C 32 0 23 10B 22 31
Octal 171 123 247 34 62 0 43 413 42 61
Binary 1111001 1010011 10100111 11100 110010 0 100011 100001011 100010 110001

Color Harmonies of #7953A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953A7

Black with #7953A7

Text Example


Text Example

White with #7953A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7953A7; }

 p { color: rgb(121,83,167); }

 H1.HeaderClassName
 {
   color: #7953A7;
 }
 .AnyTagClassName
 {
   color: #7953A7;
 }
</style>

background-color css

<style>
 a { background-color: #7953A7; }

 a { background-color: rgb(121,83,167); }

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

border-color css

<style>
 span { border-color: #7953A7; }

 span { border-color: rgb(121,83,167); }

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