Html Css Color HEX #78499D Studio

📋 copy color: '#78499D'

red 120 ◦ green 73 ◦ blue 157

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

Shades of Studio #78499D

Tints of Studio #78499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 34.29%
G = 20.86%
B = 44.86%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78499D (or 0x78499D) is known color: Studio. HEX triplet: 78, 49 and 9D. RGB value is (120,73,157). Sum of RGB (Red+Green+Blue) = 120+73+157=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #78499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78499D is #87B662. Grayscale: #606060. Windows color (decimal): -8894051 or 10307960. OLE color: 10307960.

HSL color Cylindrical-coordinate representation of color #78499D: hue angle of 273.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78499D is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 73 157 -
CMYK 0.24 0.54 0 0.38
HSL 273.57º 0.37% 0.45% -
HSV(B) 273.57º 0.54% 0.62% -
XYZ 16.21 11.19 33.2 -
YUV 96.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 120 73 157 0.24 0.54 0 0.38 273.57 0.37 0.45
Hex 78 49 9D 18 36 0 26 112 25 2D
Octal 170 111 235 30 66 0 46 422 45 55
Binary 1111000 1001001 10011101 11000 110110 0 100110 100010010 100101 101101

Color Harmonies of #78499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78499D

Black with #78499D

Text Example


Text Example

White with #78499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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