Html Css Color HEX #785398 Studio

📋 copy color: '#785398'

red 120 ◦ green 83 ◦ blue 152

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

Shades of Studio #785398

Tints of Studio #785398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 33.8%
G = 23.38%
B = 42.82%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#785398 (or 0x785398) is known color: Studio. HEX triplet: 78, 53 and 98. RGB value is (120,83,152). Sum of RGB (Red+Green+Blue) = 120+83+152=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #785398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785398 is #87AC67. Grayscale: #656565. Windows color (decimal): -8891496 or 9982840. OLE color: 9982840.

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

Color convert

RGB 120 83 152 -
CMYK 0.21 0.45 0 0.40
HSL 272.17º 0.29% 0.46% -
HSV(B) 272.17º 0.45% 0.6% -
XYZ 16.51 12.45 31.24 -
YUV 101.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 120 83 152 0.21 0.45 0 0.40 272.17 0.29 0.46
Hex 78 53 98 15 2D 0 28 110 1D 2E
Octal 170 123 230 25 55 0 50 420 35 56
Binary 1111000 1010011 10011000 10101 101101 0 101000 100010000 11101 101110

Color Harmonies of #785398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785398

Black with #785398

Text Example


Text Example

White with #785398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785398; }

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

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

background-color css

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

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

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

border-color css

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

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

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