Html Css Color HEX #7859AA Studio

📋 copy color: '#7859AA'

red 120 ◦ green 89 ◦ blue 170

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

Shades of Studio #7859AA

Tints of Studio #7859AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 31.66%
G = 23.48%
B = 44.85%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7859AA (or 0x7859AA) is known color: Studio. HEX triplet: 78, 59 and AA. RGB value is (120,89,170). Sum of RGB (Red+Green+Blue) = 120+89+170=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #7859AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859AA is #87A655. Grayscale: #6B6B6B. Windows color (decimal): -8889942 or 11164024. OLE color: 11164024.

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

Color convert

RGB 120 89 170 -
CMYK 0.29 0.48 0 0.33
HSL 262.96º 0.32% 0.51% -
HSV(B) 262.96º 0.48% 0.67% -
XYZ 18.57 14.04 39.76 -
YUV 107.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 120 89 170 0.29 0.48 0 0.33 262.96 0.32 0.51
Hex 78 59 AA 1D 30 0 21 107 20 33
Octal 170 131 252 35 60 0 41 407 40 63
Binary 1111000 1011001 10101010 11101 110000 0 100001 100000111 100000 110011

Color Harmonies of #7859AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859AA

Black with #7859AA

Text Example


Text Example

White with #7859AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7859AA; }

 p { color: rgb(120,89,170); }

 H1.HeaderClassName
 {
   color: #7859AA;
 }
 .AnyTagClassName
 {
   color: #7859AA;
 }
</style>

background-color css

<style>
 a { background-color: #7859AA; }

 a { background-color: rgb(120,89,170); }

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

border-color css

<style>
 span { border-color: #7859AA; }

 span { border-color: rgb(120,89,170); }

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