Html Css Color HEX #784EA4 Studio

📋 copy color: '#784EA4'

red 120 ◦ green 78 ◦ blue 164

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

Shades of Studio #784EA4

Tints of Studio #784EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 33.15%
G = 21.55%
B = 45.3%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#784EA4 (or 0x784EA4) is known color: Studio. HEX triplet: 78, 4E and A4. RGB value is (120,78,164). Sum of RGB (Red+Green+Blue) = 120+78+164=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #784EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EA4 is #87B15B. Grayscale: #646464. Windows color (decimal): -8892764 or 10767992. OLE color: 10767992.

HSL color Cylindrical-coordinate representation of color #784EA4: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784EA4 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 78 164 -
CMYK 0.27 0.52 0 0.36
HSL 269.3º 0.36% 0.47% -
HSV(B) 269.3º 0.52% 0.64% -
XYZ 17.17 12.12 36.56 -
YUV 100.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 120 78 164 0.27 0.52 0 0.36 269.3 0.36 0.47
Hex 78 4E A4 1B 34 0 24 10D 24 2F
Octal 170 116 244 33 64 0 44 415 44 57
Binary 1111000 1001110 10100100 11011 110100 0 100100 100001101 100100 101111

Color Harmonies of #784EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EA4

Black with #784EA4

Text Example


Text Example

White with #784EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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