Html Css Color HEX #785099 Studio

📋 copy color: '#785099'

red 120 ◦ green 80 ◦ blue 153

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

Shades of Studio #785099

Tints of Studio #785099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 33.99%
G = 22.66%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#785099 (or 0x785099) is known color: Studio. HEX triplet: 78, 50 and 99. RGB value is (120,80,153). Sum of RGB (Red+Green+Blue) = 120+80+153=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #785099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785099 is #87AF66. Grayscale: #646464. Windows color (decimal): -8892263 or 10047608. OLE color: 10047608.

HSL color Cylindrical-coordinate representation of color #785099: hue angle of 272.88º degrees, saturation: 0.31, 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 #785099 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 80 153 -
CMYK 0.22 0.48 0 0.4
HSL 272.88º 0.31% 0.46% -
HSV(B) 272.88º 0.48% 0.6% -
XYZ 16.36 12.03 31.6 -
YUV 100.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 120 80 153 0.22 0.48 0 0.4 272.88 0.31 0.46
Hex 78 50 99 16 30 0 28 111 1F 2E
Octal 170 120 231 26 60 0 50 421 37 56
Binary 1111000 1010000 10011001 10110 110000 0 101000 100010001 11111 101110

Color Harmonies of #785099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785099

Black with #785099

Text Example


Text Example

White with #785099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785099; }

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

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

background-color css

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

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

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

border-color css

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

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

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