Html Css Color HEX #785397 Studio

📋 copy color: '#785397'

red 120 ◦ green 83 ◦ blue 151

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

Shades of Studio #785397

Tints of Studio #785397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 33.9%
G = 23.45%
B = 42.66%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#785397 (or 0x785397) is known color: Studio. HEX triplet: 78, 53 and 97. RGB value is (120,83,151). Sum of RGB (Red+Green+Blue) = 120+83+151=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #785397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785397 is #87AC68. Grayscale: #656565. Windows color (decimal): -8891497 or 9917304. OLE color: 9917304.

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

Color convert

RGB 120 83 151 -
CMYK 0.21 0.45 0 0.41
HSL 272.65º 0.29% 0.46% -
HSV(B) 272.65º 0.45% 0.59% -
XYZ 16.42 12.41 30.81 -
YUV 101.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 120 83 151 0.21 0.45 0 0.41 272.65 0.29 0.46
Hex 78 53 97 15 2D 0 29 111 1D 2E
Octal 170 123 227 25 55 0 51 421 35 56
Binary 1111000 1010011 10010111 10101 101101 0 101001 100010001 11101 101110

Color Harmonies of #785397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785397

Black with #785397

Text Example


Text Example

White with #785397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785397; }

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

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

background-color css

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

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

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

border-color css

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

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

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