Html Css Color HEX #785295 Studio

📋 copy color: '#785295'

red 120 ◦ green 82 ◦ blue 149

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

Shades of Studio #785295

Tints of Studio #785295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.36%

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

R = 34.19%
G = 23.36%
B = 42.45%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785295 (or 0x785295) is known color: Studio. HEX triplet: 78, 52 and 95. RGB value is (120,82,149). Sum of RGB (Red+Green+Blue) = 120+82+149=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #785295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785295 is #87AD6A. Grayscale: #646464. Windows color (decimal): -8891755 or 9785976. OLE color: 9785976.

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

Color convert

RGB 120 82 149 -
CMYK 0.19 0.45 0 0.42
HSL 274.03º 0.29% 0.45% -
HSV(B) 274.03º 0.45% 0.58% -
XYZ 16.19 12.2 29.93 -
YUV 101 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 120 82 149 0.19 0.45 0 0.42 274.03 0.29 0.45
Hex 78 52 95 13 2D 0 2A 112 1D 2D
Octal 170 122 225 23 55 0 52 422 35 55
Binary 1111000 1010010 10010101 10011 101101 0 101010 100010010 11101 101101

Color Harmonies of #785295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785295

Black with #785295

Text Example


Text Example

White with #785295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785295; }

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

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

background-color css

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

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

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

border-color css

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

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

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