Html Css Color HEX #78529A Studio

📋 copy color: '#78529A'

red 120 ◦ green 82 ◦ blue 154

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

Shades of Studio #78529A

Tints of Studio #78529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 33.71%
G = 23.03%
B = 43.26%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78529A (or 0x78529A) is known color: Studio. HEX triplet: 78, 52 and 9A. RGB value is (120,82,154). Sum of RGB (Red+Green+Blue) = 120+82+154=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #78529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529A is #87AD65. Grayscale: #656565. Windows color (decimal): -8891750 or 10113656. OLE color: 10113656.

HSL color Cylindrical-coordinate representation of color #78529A: hue angle of 271.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78529A is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 82 154 -
CMYK 0.22 0.47 0 0.40
HSL 271.67º 0.31% 0.46% -
HSV(B) 271.67º 0.47% 0.6% -
XYZ 16.6 12.36 32.08 -
YUV 101.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 120 82 154 0.22 0.47 0 0.40 271.67 0.31 0.46
Hex 78 52 9A 16 2F 0 28 110 1F 2E
Octal 170 122 232 26 57 0 50 420 37 56
Binary 1111000 1010010 10011010 10110 101111 0 101000 100010000 11111 101110

Color Harmonies of #78529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78529A

Black with #78529A

Text Example


Text Example

White with #78529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78529A; }

 p { color: rgb(120,82,154); }

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

background-color css

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

 a { background-color: rgb(120,82,154); }

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

border-color css

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

 span { border-color: rgb(120,82,154); }

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