Html Css Color HEX #785195 Studio

📋 copy color: '#785195'

red 120 ◦ green 81 ◦ blue 149

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

Shades of Studio #785195

Tints of Studio #785195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 34.29%
G = 23.14%
B = 42.57%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785195 (or 0x785195) is known color: Studio. HEX triplet: 78, 51 and 95. RGB value is (120,81,149). Sum of RGB (Red+Green+Blue) = 120+81+149=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #785195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785195 is #87AE6A. Grayscale: #646464. Windows color (decimal): -8892011 or 9785720. OLE color: 9785720.

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

Color convert

RGB 120 81 149 -
CMYK 0.19 0.46 0 0.42
HSL 274.41º 0.3% 0.45% -
HSV(B) 274.41º 0.46% 0.58% -
XYZ 16.11 12.05 29.91 -
YUV 100.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 120 81 149 0.19 0.46 0 0.42 274.41 0.3 0.45
Hex 78 51 95 13 2E 0 2A 112 1E 2D
Octal 170 121 225 23 56 0 52 422 36 55
Binary 1111000 1010001 10010101 10011 101110 0 101010 100010010 11110 101101

Color Harmonies of #785195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785195

Black with #785195

Text Example


Text Example

White with #785195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785195; }

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

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

background-color css

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

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

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

border-color css

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

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

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