Html Css Color HEX #785697 Studio

📋 copy color: '#785697'

red 120 ◦ green 86 ◦ blue 151

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

Shades of Studio #785697

Tints of Studio #785697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 33.61%
G = 24.09%
B = 42.3%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#785697 (or 0x785697) is known color: Studio. HEX triplet: 78, 56 and 97. RGB value is (120,86,151). Sum of RGB (Red+Green+Blue) = 120+86+151=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #785697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785697 is #87A968. Grayscale: #676767. Windows color (decimal): -8890729 or 9918072. OLE color: 9918072.

HSL color Cylindrical-coordinate representation of color #785697: hue angle of 271.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785697 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 86 151 -
CMYK 0.21 0.43 0 0.41
HSL 271.38º 0.27% 0.46% -
HSV(B) 271.38º 0.43% 0.59% -
XYZ 16.66 12.88 30.89 -
YUV 103.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 120 86 151 0.21 0.43 0 0.41 271.38 0.27 0.46
Hex 78 56 97 15 2B 0 29 10F 1B 2E
Octal 170 126 227 25 53 0 51 417 33 56
Binary 1111000 1010110 10010111 10101 101011 0 101001 100001111 11011 101110

Color Harmonies of #785697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785697

Black with #785697

Text Example


Text Example

White with #785697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785697; }

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

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

background-color css

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

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

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

border-color css

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

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

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