Html Css Color HEX #78509A Studio

📋 copy color: '#78509A'

red 120 ◦ green 80 ◦ blue 154

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

Shades of Studio #78509A

Tints of Studio #78509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 33.9%
G = 22.6%
B = 43.5%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78509A (or 0x78509A) is known color: Studio. HEX triplet: 78, 50 and 9A. RGB value is (120,80,154). Sum of RGB (Red+Green+Blue) = 120+80+154=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #78509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509A is #87AF65. Grayscale: #646464. Windows color (decimal): -8892262 or 10113144. OLE color: 10113144.

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

Color convert

RGB 120 80 154 -
CMYK 0.22 0.48 0 0.40
HSL 272.43º 0.32% 0.46% -
HSV(B) 272.43º 0.48% 0.6% -
XYZ 16.45 12.06 32.03 -
YUV 100.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 120 80 154 0.22 0.48 0 0.40 272.43 0.32 0.46
Hex 78 50 9A 16 30 0 28 110 20 2E
Octal 170 120 232 26 60 0 50 420 40 56
Binary 1111000 1010000 10011010 10110 110000 0 101000 100010000 100000 101110

Color Harmonies of #78509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78509A

Black with #78509A

Text Example


Text Example

White with #78509A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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