Html Css Color HEX #785E9B Studio

📋 copy color: '#785E9B'

red 120 ◦ green 94 ◦ blue 155

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

Shades of Studio #785E9B

Tints of Studio #785E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 32.52%
G = 25.47%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#785E9B (or 0x785E9B) is known color: Studio. HEX triplet: 78, 5E and 9B. RGB value is (120,94,155). Sum of RGB (Red+Green+Blue) = 120+94+155=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #785E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E9B is #87A164. Grayscale: #6C6C6C. Windows color (decimal): -8888677 or 10182264. OLE color: 10182264.

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

Color convert

RGB 120 94 155 -
CMYK 0.23 0.39 0 0.39
HSL 265.57º 0.24% 0.49% -
HSV(B) 265.57º 0.39% 0.61% -
XYZ 17.66 14.37 32.85 -
YUV 108.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 120 94 155 0.23 0.39 0 0.39 265.57 0.24 0.49
Hex 78 5E 9B 17 27 0 27 10A 18 31
Octal 170 136 233 27 47 0 47 412 30 61
Binary 1111000 1011110 10011011 10111 100111 0 100111 100001010 11000 110001

Color Harmonies of #785E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E9B

Black with #785E9B

Text Example


Text Example

White with #785E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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