Html Css Color HEX #785B98 Studio

📋 copy color: '#785B98'

red 120 ◦ green 91 ◦ blue 152

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

Shades of Studio #785B98

Tints of Studio #785B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 33.06%
G = 25.07%
B = 41.87%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#785B98 (or 0x785B98) is known color: Studio. HEX triplet: 78, 5B and 98. RGB value is (120,91,152). Sum of RGB (Red+Green+Blue) = 120+91+152=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #785B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B98 is #87A467. Grayscale: #6A6A6A. Windows color (decimal): -8889448 or 9984888. OLE color: 9984888.

HSL color Cylindrical-coordinate representation of color #785B98: hue angle of 268.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785B98 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 91 152 -
CMYK 0.21 0.40 0 0.40
HSL 268.52º 0.25% 0.48% -
HSV(B) 268.52º 0.4% 0.6% -
XYZ 17.15 13.74 31.45 -
YUV 106.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 120 91 152 0.21 0.40 0 0.40 268.52 0.25 0.48
Hex 78 5B 98 15 28 0 28 10D 19 30
Octal 170 133 230 25 50 0 50 415 31 60
Binary 1111000 1011011 10011000 10101 101000 0 101000 100001101 11001 110000

Color Harmonies of #785B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B98

Black with #785B98

Text Example


Text Example

White with #785B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785B98; }

 p { color: rgb(120,91,152); }

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

background-color css

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

 a { background-color: rgb(120,91,152); }

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

border-color css

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

 span { border-color: rgb(120,91,152); }

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