Html Css Color HEX #785599 Studio

📋 copy color: '#785599'

red 120 ◦ green 85 ◦ blue 153

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

Shades of Studio #785599

Tints of Studio #785599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 33.52%
G = 23.74%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#785599 (or 0x785599) is known color: Studio. HEX triplet: 78, 55 and 99. RGB value is (120,85,153). Sum of RGB (Red+Green+Blue) = 120+85+153=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #785599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785599 is #87AA66. Grayscale: #666666. Windows color (decimal): -8890983 or 10048888. OLE color: 10048888.

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

Color convert

RGB 120 85 153 -
CMYK 0.22 0.44 0 0.4
HSL 270.88º 0.29% 0.47% -
HSV(B) 270.88º 0.44% 0.6% -
XYZ 16.74 12.79 31.72 -
YUV 103.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 120 85 153 0.22 0.44 0 0.4 270.88 0.29 0.47
Hex 78 55 99 16 2C 0 28 10F 1D 2F
Octal 170 125 231 26 54 0 50 417 35 57
Binary 1111000 1010101 10011001 10110 101100 0 101000 100001111 11101 101111

Color Harmonies of #785599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785599

Black with #785599

Text Example


Text Example

White with #785599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785599; }

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

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

background-color css

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

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

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

border-color css

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

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

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