Html Css Color HEX #785895 Studio

📋 copy color: '#785895'

red 120 ◦ green 88 ◦ blue 149

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

Shades of Studio #785895

Tints of Studio #785895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 33.61%
G = 24.65%
B = 41.74%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785895 (or 0x785895) is known color: Studio. HEX triplet: 78, 58 and 95. RGB value is (120,88,149). Sum of RGB (Red+Green+Blue) = 120+88+149=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #785895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785895 is #87A76A. Grayscale: #686868. Windows color (decimal): -8890219 or 9787512. OLE color: 9787512.

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

Color convert

RGB 120 88 149 -
CMYK 0.19 0.41 0 0.42
HSL 271.48º 0.26% 0.46% -
HSV(B) 271.48º 0.41% 0.58% -
XYZ 16.66 13.14 30.09 -
YUV 104.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 120 88 149 0.19 0.41 0 0.42 271.48 0.26 0.46
Hex 78 58 95 13 29 0 2A 10F 1A 2E
Octal 170 130 225 23 51 0 52 417 32 56
Binary 1111000 1011000 10010101 10011 101001 0 101010 100001111 11010 101110

Color Harmonies of #785895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785895

Black with #785895

Text Example


Text Example

White with #785895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785895; }

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

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

background-color css

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

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

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

border-color css

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

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

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