Html Css Color HEX #784F9B Studio

📋 copy color: '#784F9B'

red 120 ◦ green 79 ◦ blue 155

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

Shades of Studio #784F9B

Tints of Studio #784F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 33.9%
G = 22.32%
B = 43.79%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#784F9B (or 0x784F9B) is known color: Studio. HEX triplet: 78, 4F and 9B. RGB value is (120,79,155). Sum of RGB (Red+Green+Blue) = 120+79+155=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #784F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F9B is #87B064. Grayscale: #636363. Windows color (decimal): -8892517 or 10178424. OLE color: 10178424.

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

Color convert

RGB 120 79 155 -
CMYK 0.23 0.49 0 0.39
HSL 272.37º 0.32% 0.46% -
HSV(B) 272.37º 0.49% 0.61% -
XYZ 16.46 11.95 32.45 -
YUV 99.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 120 79 155 0.23 0.49 0 0.39 272.37 0.32 0.46
Hex 78 4F 9B 17 31 0 27 110 20 2E
Octal 170 117 233 27 61 0 47 420 40 56
Binary 1111000 1001111 10011011 10111 110001 0 100111 100010000 100000 101110

Color Harmonies of #784F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F9B

Black with #784F9B

Text Example


Text Example

White with #784F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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