Html Css Color HEX #78529C Studio

📋 copy color: '#78529C'

red 120 ◦ green 82 ◦ blue 156

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

Shades of Studio #78529C

Tints of Studio #78529C

RGB

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

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

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

R = 33.52%
G = 22.91%
B = 43.58%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78529C (or 0x78529C) is known color: Studio. HEX triplet: 78, 52 and 9C. RGB value is (120,82,156). Sum of RGB (Red+Green+Blue) = 120+82+156=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #78529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529C is #87AD63. Grayscale: #656565. Windows color (decimal): -8891748 or 10244728. OLE color: 10244728.

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

Color convert

RGB 120 82 156 -
CMYK 0.23 0.47 0 0.39
HSL 270.81º 0.31% 0.47% -
HSV(B) 270.81º 0.47% 0.61% -
XYZ 16.76 12.43 32.97 -
YUV 101.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 120 82 156 0.23 0.47 0 0.39 270.81 0.31 0.47
Hex 78 52 9C 17 2F 0 27 10F 1F 2F
Octal 170 122 234 27 57 0 47 417 37 57
Binary 1111000 1010010 10011100 10111 101111 0 100111 100001111 11111 101111

Color Harmonies of #78529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78529C

Black with #78529C

Text Example


Text Example

White with #78529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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