Html Css Color HEX #784EA0 Studio

📋 copy color: '#784EA0'

red 120 ◦ green 78 ◦ blue 160

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

Shades of Studio #784EA0

Tints of Studio #784EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 33.52%
G = 21.79%
B = 44.69%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#784EA0 (or 0x784EA0) is known color: Studio. HEX triplet: 78, 4E and A0. RGB value is (120,78,160). Sum of RGB (Red+Green+Blue) = 120+78+160=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #784EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EA0 is #87B15F. Grayscale: #636363. Windows color (decimal): -8892768 or 10505848. OLE color: 10505848.

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

Color convert

RGB 120 78 160 -
CMYK 0.25 0.51 0 0.37
HSL 270.73º 0.34% 0.47% -
HSV(B) 270.73º 0.51% 0.63% -
XYZ 16.82 11.98 34.68 -
YUV 99.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 120 78 160 0.25 0.51 0 0.37 270.73 0.34 0.47
Hex 78 4E A0 19 33 0 25 10F 22 2F
Octal 170 116 240 31 63 0 45 417 42 57
Binary 1111000 1001110 10100000 11001 110011 0 100101 100001111 100010 101111

Color Harmonies of #784EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EA0

Black with #784EA0

Text Example


Text Example

White with #784EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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