Html Css Color HEX #785E9C Studio

📋 copy color: '#785E9C'

red 120 ◦ green 94 ◦ blue 156

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

Shades of Studio #785E9C

Tints of Studio #785E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 32.43%
G = 25.41%
B = 42.16%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#785E9C (or 0x785E9C) is known color: Studio. HEX triplet: 78, 5E and 9C. RGB value is (120,94,156). Sum of RGB (Red+Green+Blue) = 120+94+156=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #785E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E9C is #87A163. Grayscale: #6C6C6C. Windows color (decimal): -8888676 or 10247800. OLE color: 10247800.

HSL color Cylindrical-coordinate representation of color #785E9C: hue angle of 265.16º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785E9C is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 94 156 -
CMYK 0.23 0.40 0 0.39
HSL 265.16º 0.25% 0.49% -
HSV(B) 265.16º 0.4% 0.61% -
XYZ 17.75 14.4 33.3 -
YUV 108.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 120 94 156 0.23 0.40 0 0.39 265.16 0.25 0.49
Hex 78 5E 9C 17 28 0 27 109 19 31
Octal 170 136 234 27 50 0 47 411 31 61
Binary 1111000 1011110 10011100 10111 101000 0 100111 100001001 11001 110001

Color Harmonies of #785E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E9C

Black with #785E9C

Text Example


Text Example

White with #785E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,94,156); }

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

background-color css

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

 a { background-color: rgb(120,94,156); }

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

border-color css

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

 span { border-color: rgb(120,94,156); }

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