Html Css Color HEX #785695 Studio

📋 copy color: '#785695'

red 120 ◦ green 86 ◦ blue 149

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

Shades of Studio #785695

Tints of Studio #785695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 33.8%
G = 24.23%
B = 41.97%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785695 (or 0x785695) is known color: Studio. HEX triplet: 78, 56 and 95. RGB value is (120,86,149). Sum of RGB (Red+Green+Blue) = 120+86+149=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #785695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785695 is #87A96A. Grayscale: #676767. Windows color (decimal): -8890731 or 9787000. OLE color: 9787000.

HSL color Cylindrical-coordinate representation of color #785695: hue angle of 272.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785695 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 86 149 -
CMYK 0.19 0.42 0 0.42
HSL 272.38º 0.27% 0.46% -
HSV(B) 272.38º 0.42% 0.58% -
XYZ 16.5 12.82 30.04 -
YUV 103.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 120 86 149 0.19 0.42 0 0.42 272.38 0.27 0.46
Hex 78 56 95 13 2A 0 2A 110 1B 2E
Octal 170 126 225 23 52 0 52 420 33 56
Binary 1111000 1010110 10010101 10011 101010 0 101010 100010000 11011 101110

Color Harmonies of #785695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785695

Black with #785695

Text Example


Text Example

White with #785695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785695; }

 p { color: rgb(120,86,149); }

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

background-color css

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

 a { background-color: rgb(120,86,149); }

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

border-color css

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

 span { border-color: rgb(120,86,149); }

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