Html Css Color HEX #785598 Studio

📋 copy color: '#785598'

red 120 ◦ green 85 ◦ blue 152

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

Shades of Studio #785598

Tints of Studio #785598

RGB

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

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

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

R = 33.61%
G = 23.81%
B = 42.58%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#785598 (or 0x785598) is known color: Studio. HEX triplet: 78, 55 and 98. RGB value is (120,85,152). Sum of RGB (Red+Green+Blue) = 120+85+152=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #785598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785598 is #87AA67. Grayscale: #666666. Windows color (decimal): -8890984 or 9983352. OLE color: 9983352.

HSL color Cylindrical-coordinate representation of color #785598: hue angle of 271.34º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785598 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 85 152 -
CMYK 0.21 0.44 0 0.40
HSL 271.34º 0.28% 0.46% -
HSV(B) 271.34º 0.44% 0.6% -
XYZ 16.66 12.76 31.29 -
YUV 103.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 120 85 152 0.21 0.44 0 0.40 271.34 0.28 0.46
Hex 78 55 98 15 2C 0 28 10F 1C 2E
Octal 170 125 230 25 54 0 50 417 34 56
Binary 1111000 1010101 10011000 10101 101100 0 101000 100001111 11100 101110

Color Harmonies of #785598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785598

Black with #785598

Text Example


Text Example

White with #785598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785598; }

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

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

background-color css

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

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

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

border-color css

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

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

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