Html Css Color HEX #785298 Studio

📋 copy color: '#785298'

red 120 ◦ green 82 ◦ blue 152

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

Shades of Studio #785298

Tints of Studio #785298

RGB

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

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

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

R = 33.9%
G = 23.16%
B = 42.94%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#785298 (or 0x785298) is known color: Studio. HEX triplet: 78, 52 and 98. RGB value is (120,82,152). Sum of RGB (Red+Green+Blue) = 120+82+152=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #785298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785298 is #87AD67. Grayscale: #656565. Windows color (decimal): -8891752 or 9982584. OLE color: 9982584.

HSL color Cylindrical-coordinate representation of color #785298: hue angle of 272.57º 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 #785298 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 82 152 -
CMYK 0.21 0.46 0 0.40
HSL 272.57º 0.3% 0.46% -
HSV(B) 272.57º 0.46% 0.6% -
XYZ 16.43 12.29 31.21 -
YUV 101.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 120 82 152 0.21 0.46 0 0.40 272.57 0.3 0.46
Hex 78 52 98 15 2E 0 28 111 1E 2E
Octal 170 122 230 25 56 0 50 421 36 56
Binary 1111000 1010010 10011000 10101 101110 0 101000 100010001 11110 101110

Color Harmonies of #785298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785298

Black with #785298

Text Example


Text Example

White with #785298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785298; }

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

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

background-color css

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

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

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

border-color css

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

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

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