Html Css Color HEX #7954AB Studio

📋 copy color: '#7954AB'

red 121 ◦ green 84 ◦ blue 171

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

Shades of Studio #7954AB

Tints of Studio #7954AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 32.18%
G = 22.34%
B = 45.48%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7954AB (or 0x7954AB) is known color: Studio. HEX triplet: 79, 54 and AB. RGB value is (121,84,171). Sum of RGB (Red+Green+Blue) = 121+84+171=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7954AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7954AB is #86AB54. Grayscale: #686868. Windows color (decimal): -8825685 or 11228281. OLE color: 11228281.

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

Color convert

RGB 121 84 171 -
CMYK 0.29 0.51 0 0.33
HSL 265.52º 0.34% 0.5% -
HSV(B) 265.52º 0.51% 0.67% -
XYZ 18.41 13.35 40.13 -
YUV 104.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 121 84 171 0.29 0.51 0 0.33 265.52 0.34 0.5
Hex 79 54 AB 1D 33 0 21 10A 22 32
Octal 171 124 253 35 63 0 41 412 42 62
Binary 1111001 1010100 10101011 11101 110011 0 100001 100001010 100010 110010

Color Harmonies of #7954AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7954AB

Black with #7954AB

Text Example


Text Example

White with #7954AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7954AB; }

 p { color: rgb(121,84,171); }

 H1.HeaderClassName
 {
   color: #7954AB;
 }
 .AnyTagClassName
 {
   color: #7954AB;
 }
</style>

background-color css

<style>
 a { background-color: #7954AB; }

 a { background-color: rgb(121,84,171); }

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

border-color css

<style>
 span { border-color: #7954AB; }

 span { border-color: rgb(121,84,171); }

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