Html Css Color HEX #784DAE Studio

📋 copy color: '#784DAE'

red 120 ◦ green 77 ◦ blue 174

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

Shades of Studio #784DAE

Tints of Studio #784DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 32.35%
G = 20.75%
B = 46.9%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#784DAE (or 0x784DAE) is known color: Studio. HEX triplet: 78, 4D and AE. RGB value is (120,77,174). Sum of RGB (Red+Green+Blue) = 120+77+174=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #784DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DAE is #87B251. Grayscale: #646464. Windows color (decimal): -8893010 or 11423096. OLE color: 11423096.

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

Color convert

RGB 120 77 174 -
CMYK 0.31 0.56 0 0.32
HSL 266.6º 0.39% 0.49% -
HSV(B) 266.6º 0.56% 0.68% -
XYZ 18.04 12.36 41.48 -
YUV 100.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 120 77 174 0.31 0.56 0 0.32 266.6 0.39 0.49
Hex 78 4D AE 1F 38 0 20 10B 27 31
Octal 170 115 256 37 70 0 40 413 47 61
Binary 1111000 1001101 10101110 11111 111000 0 100000 100001011 100111 110001

Color Harmonies of #784DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DAE

Black with #784DAE

Text Example


Text Example

White with #784DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,174); }

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

background-color css

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

 a { background-color: rgb(120,77,174); }

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

border-color css

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

 span { border-color: rgb(120,77,174); }

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