Html Css Color HEX #78529D Studio

📋 copy color: '#78529D'

red 120 ◦ green 82 ◦ blue 157

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

Shades of Studio #78529D

Tints of Studio #78529D

RGB

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

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

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

R = 33.43%
G = 22.84%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78529D (or 0x78529D) is known color: Studio. HEX triplet: 78, 52 and 9D. RGB value is (120,82,157). Sum of RGB (Red+Green+Blue) = 120+82+157=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #78529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529D is #87AD62. Grayscale: #656565. Windows color (decimal): -8891747 or 10310264. OLE color: 10310264.

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

Color convert

RGB 120 82 157 -
CMYK 0.24 0.48 0 0.38
HSL 270.4º 0.31% 0.47% -
HSV(B) 270.4º 0.48% 0.62% -
XYZ 16.85 12.46 33.42 -
YUV 101.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 120 82 157 0.24 0.48 0 0.38 270.4 0.31 0.47
Hex 78 52 9D 18 30 0 26 10E 1F 2F
Octal 170 122 235 30 60 0 46 416 37 57
Binary 1111000 1010010 10011101 11000 110000 0 100110 100001110 11111 101111

Color Harmonies of #78529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78529D

Black with #78529D

Text Example


Text Example

White with #78529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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