Html Css Color HEX #785299 Studio

📋 copy color: '#785299'

red 120 ◦ green 82 ◦ blue 153

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

Shades of Studio #785299

Tints of Studio #785299

RGB

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

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

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

R = 33.8%
G = 23.1%
B = 43.1%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#785299 (or 0x785299) is known color: Studio. HEX triplet: 78, 52 and 99. RGB value is (120,82,153). Sum of RGB (Red+Green+Blue) = 120+82+153=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #785299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785299 is #87AD66. Grayscale: #656565. Windows color (decimal): -8891751 or 10048120. OLE color: 10048120.

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

Color convert

RGB 120 82 153 -
CMYK 0.22 0.46 0 0.4
HSL 272.11º 0.3% 0.46% -
HSV(B) 272.11º 0.46% 0.6% -
XYZ 16.51 12.33 31.65 -
YUV 101.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 120 82 153 0.22 0.46 0 0.4 272.11 0.3 0.46
Hex 78 52 99 16 2E 0 28 110 1E 2E
Octal 170 122 231 26 56 0 50 420 36 56
Binary 1111000 1010010 10011001 10110 101110 0 101000 100010000 11110 101110

Color Harmonies of #785299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785299

Black with #785299

Text Example


Text Example

White with #785299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785299; }

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

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

background-color css

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

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

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

border-color css

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

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

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