Html Css Color HEX #78499B Studio

📋 copy color: '#78499B'

red 120 ◦ green 73 ◦ blue 155

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

Shades of Studio #78499B

Tints of Studio #78499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 34.48%
G = 20.98%
B = 44.54%

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

#78499B (or 0x78499B) is known color: Studio. HEX triplet: 78, 49 and 9B. RGB value is (120,73,155). Sum of RGB (Red+Green+Blue) = 120+73+155=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #78499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78499B is #87B664. Grayscale: #606060. Windows color (decimal): -8894053 or 10176888. OLE color: 10176888.

HSL color Cylindrical-coordinate representation of color #78499B: hue angle of 274.39º 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 #78499B is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 73 155 -
CMYK 0.23 0.53 0 0.39
HSL 274.39º 0.36% 0.45% -
HSV(B) 274.39º 0.53% 0.61% -
XYZ 16.04 11.12 32.31 -
YUV 96.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 120 73 155 0.23 0.53 0 0.39 274.39 0.36 0.45
Hex 78 49 9B 17 35 0 27 112 24 2D
Octal 170 111 233 27 65 0 47 422 44 55
Binary 1111000 1001001 10011011 10111 110101 0 100111 100010010 100100 101101

Color Harmonies of #78499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78499B

Black with #78499B

Text Example


Text Example

White with #78499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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