Html Css Color HEX #7951AB Studio

📋 copy color: '#7951AB'

red 121 ◦ green 81 ◦ blue 171

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

Shades of Studio #7951AB

Tints of Studio #7951AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 32.44%
G = 21.72%
B = 45.84%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7951AB (or 0x7951AB) is known color: Studio. HEX triplet: 79, 51 and AB. RGB value is (121,81,171). Sum of RGB (Red+Green+Blue) = 121+81+171=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7951AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7951AB is #86AE54. Grayscale: #666666. Windows color (decimal): -8826453 or 11227513. OLE color: 11227513.

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

Color convert

RGB 121 81 171 -
CMYK 0.29 0.53 0 0.33
HSL 266.67º 0.36% 0.49% -
HSV(B) 266.67º 0.53% 0.67% -
XYZ 18.18 12.89 40.06 -
YUV 103.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 121 81 171 0.29 0.53 0 0.33 266.67 0.36 0.49
Hex 79 51 AB 1D 35 0 21 10B 24 31
Octal 171 121 253 35 65 0 41 413 44 61
Binary 1111001 1010001 10101011 11101 110101 0 100001 100001011 100100 110001

Color Harmonies of #7951AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951AB

Black with #7951AB

Text Example


Text Example

White with #7951AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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