Html Css Color HEX #7953AC Studio

📋 copy color: '#7953AC'

red 121 ◦ green 83 ◦ blue 172

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

Shades of Studio #7953AC

Tints of Studio #7953AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 32.18%
G = 22.07%
B = 45.74%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7953AC (or 0x7953AC) is known color: Studio. HEX triplet: 79, 53 and AC. RGB value is (121,83,172). Sum of RGB (Red+Green+Blue) = 121+83+172=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #7953AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953AC is #86AC53. Grayscale: #686868. Windows color (decimal): -8825940 or 11293561. OLE color: 11293561.

HSL color Cylindrical-coordinate representation of color #7953AC: hue angle of 265.62º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7953AC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 83 172 -
CMYK 0.30 0.52 0 0.33
HSL 265.62º 0.35% 0.5% -
HSV(B) 265.62º 0.52% 0.67% -
XYZ 18.42 13.23 40.61 -
YUV 104.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 121 83 172 0.30 0.52 0 0.33 265.62 0.35 0.5
Hex 79 53 AC 1E 34 0 21 10A 23 32
Octal 171 123 254 36 64 0 41 412 43 62
Binary 1111001 1010011 10101100 11110 110100 0 100001 100001010 100011 110010

Color Harmonies of #7953AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953AC

Black with #7953AC

Text Example


Text Example

White with #7953AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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