Html Css Color HEX #78499C Studio

📋 copy color: '#78499C'

red 120 ◦ green 73 ◦ blue 156

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

Shades of Studio #78499C

Tints of Studio #78499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 34.38%
G = 20.92%
B = 44.7%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78499C (or 0x78499C) is known color: Studio. HEX triplet: 78, 49 and 9C. RGB value is (120,73,156). Sum of RGB (Red+Green+Blue) = 120+73+156=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #78499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78499C is #87B663. Grayscale: #606060. Windows color (decimal): -8894052 or 10242424. OLE color: 10242424.

HSL color Cylindrical-coordinate representation of color #78499C: hue angle of 273.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78499C is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 73 156 -
CMYK 0.23 0.53 0 0.39
HSL 273.98º 0.36% 0.45% -
HSV(B) 273.98º 0.53% 0.61% -
XYZ 16.13 11.16 32.76 -
YUV 96.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 120 73 156 0.23 0.53 0 0.39 273.98 0.36 0.45
Hex 78 49 9C 17 35 0 27 112 24 2D
Octal 170 111 234 27 65 0 47 422 44 55
Binary 1111000 1001001 10011100 10111 110101 0 100111 100010010 100100 101101

Color Harmonies of #78499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78499C

Black with #78499C

Text Example


Text Example

White with #78499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78499C; }

 p { color: rgb(120,73,156); }

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

background-color css

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

 a { background-color: rgb(120,73,156); }

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

border-color css

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

 span { border-color: rgb(120,73,156); }

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