Html Css Color HEX #784E9F Studio

📋 copy color: '#784E9F'

red 120 ◦ green 78 ◦ blue 159

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

Shades of Studio #784E9F

Tints of Studio #784E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 33.61%
G = 21.85%
B = 44.54%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#784E9F (or 0x784E9F) is known color: Studio. HEX triplet: 78, 4E and 9F. RGB value is (120,78,159). Sum of RGB (Red+Green+Blue) = 120+78+159=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #784E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784E9F is #87B160. Grayscale: #636363. Windows color (decimal): -8892769 or 10440312. OLE color: 10440312.

HSL color Cylindrical-coordinate representation of color #784E9F: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784E9F is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 78 159 -
CMYK 0.25 0.51 0 0.38
HSL 271.11º 0.34% 0.46% -
HSV(B) 271.11º 0.51% 0.62% -
XYZ 16.73 11.95 34.22 -
YUV 99.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 120 78 159 0.25 0.51 0 0.38 271.11 0.34 0.46
Hex 78 4E 9F 19 33 0 26 10F 22 2E
Octal 170 116 237 31 63 0 46 417 42 56
Binary 1111000 1001110 10011111 11001 110011 0 100110 100001111 100010 101110

Color Harmonies of #784E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E9F

Black with #784E9F

Text Example


Text Example

White with #784E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,78,159); }

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

background-color css

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

 a { background-color: rgb(120,78,159); }

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

border-color css

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

 span { border-color: rgb(120,78,159); }

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