Html Css Color HEX #7859A7 Studio

📋 copy color: '#7859A7'

red 120 ◦ green 89 ◦ blue 167

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

Shades of Studio #7859A7

Tints of Studio #7859A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.41%

R = 31.91%
G = 23.67%
B = 44.41%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7859A7 (or 0x7859A7) is known color: Studio. HEX triplet: 78, 59 and A7. RGB value is (120,89,167). Sum of RGB (Red+Green+Blue) = 120+89+167=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #7859A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859A7 is #87A658. Grayscale: #6A6A6A. Windows color (decimal): -8889945 or 10967416. OLE color: 10967416.

HSL color Cylindrical-coordinate representation of color #7859A7: hue angle of 263.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7859A7 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 89 167 -
CMYK 0.28 0.47 0 0.35
HSL 263.85º 0.31% 0.5% -
HSV(B) 263.85º 0.47% 0.65% -
XYZ 18.29 13.93 38.28 -
YUV 107.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 120 89 167 0.28 0.47 0 0.35 263.85 0.31 0.5
Hex 78 59 A7 1C 2F 0 23 108 1F 32
Octal 170 131 247 34 57 0 43 410 37 62
Binary 1111000 1011001 10100111 11100 101111 0 100011 100001000 11111 110010

Color Harmonies of #7859A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859A7

Black with #7859A7

Text Example


Text Example

White with #7859A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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