Html Css Color HEX #7853AC Studio

📋 copy color: '#7853AC'

red 120 ◦ green 83 ◦ blue 172

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

Shades of Studio #7853AC

Tints of Studio #7853AC

RGB

 RED value IS 120 (47.27% from 255) = 32%

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

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

R = 32%
G = 22.13%
B = 45.87%

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

#7853AC (or 0x7853AC) is known color: Studio. HEX triplet: 78, 53 and AC. RGB value is (120,83,172). Sum of RGB (Red+Green+Blue) = 120+83+172=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #7853AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7853AC is #87AC53. Grayscale: #676767. Windows color (decimal): -8891476 or 11293560. OLE color: 11293560.

HSL color Cylindrical-coordinate representation of color #7853AC: hue angle of 264.94º 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 #7853AC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 83 172 -
CMYK 0.30 0.52 0 0.33
HSL 264.94º 0.35% 0.5% -
HSV(B) 264.94º 0.52% 0.67% -
XYZ 18.29 13.16 40.61 -
YUV 104.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 120 83 172 0.30 0.52 0 0.33 264.94 0.35 0.5
Hex 78 53 AC 1E 34 0 21 109 23 32
Octal 170 123 254 36 64 0 41 411 43 62
Binary 1111000 1010011 10101100 11110 110100 0 100001 100001001 100011 110010

Color Harmonies of #7853AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7853AC

Black with #7853AC

Text Example


Text Example

White with #7853AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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