#7951AC

Color #7951AC Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7951AC

Tints of Studio #7951AC

Color information

#7951AC (or 0x7951AC) is unknown color: approx Studio. HEX triplet: 79, 51 and AC. RGB value is (121,81,172). Sum of RGB (Red+Green+Blue) = 121+81+172=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #7951AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7951AC is #86AE53. Grayscale: #676767. Windows color (decimal): -8826452 or 11293049. OLE color: 11293049.

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

Color convert

RGB12181172-
CMYK0.300.5300.33
HSL266.37º35.97%49.61%-
HSV(B)266.37º52.91%67.45%-
XYZ18.2712.9340.56-
YUV103.33166.75140.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=32.35%
G=21.66%
B=45.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121811720.300.5300.33266.3735.9749.61
Hex7951AC1E3502110a2432
Octal17112125436650414124462
Binary1111001101000110101100111101101010100001100001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7951AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7951AC;
 }
 .AnyTagClassName
 {
   color: #7951AC;
 }
</style>
background-color css

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

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

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

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

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

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