Html Css Color HEX #785495 Studio

📋 copy color: '#785495'

red 120 ◦ green 84 ◦ blue 149

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

Shades of Studio #785495

Tints of Studio #785495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 33.99%
G = 23.8%
B = 42.21%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#785495 (or 0x785495) is known color: Studio. HEX triplet: 78, 54 and 95. RGB value is (120,84,149). Sum of RGB (Red+Green+Blue) = 120+84+149=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #785495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785495 is #87AB6A. Grayscale: #656565. Windows color (decimal): -8891243 or 9786488. OLE color: 9786488.

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

Color convert

RGB 120 84 149 -
CMYK 0.19 0.44 0 0.42
HSL 273.23º 0.28% 0.46% -
HSV(B) 273.23º 0.44% 0.58% -
XYZ 16.34 12.5 29.99 -
YUV 102.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 120 84 149 0.19 0.44 0 0.42 273.23 0.28 0.46
Hex 78 54 95 13 2C 0 2A 111 1C 2E
Octal 170 124 225 23 54 0 52 421 34 56
Binary 1111000 1010100 10010101 10011 101100 0 101010 100010001 11100 101110

Color Harmonies of #785495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785495

Black with #785495

Text Example


Text Example

White with #785495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785495; }

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

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

background-color css

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

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

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

border-color css

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

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

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