Html Css Color HEX #784AA6 Studio

📋 copy color: '#784AA6'

red 120 ◦ green 74 ◦ blue 166

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

Shades of Studio #784AA6

Tints of Studio #784AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 33.33%
G = 20.56%
B = 46.11%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#784AA6 (or 0x784AA6) is known color: Studio. HEX triplet: 78, 4A and A6. RGB value is (120,74,166). Sum of RGB (Red+Green+Blue) = 120+74+166=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #784AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AA6 is #87B559. Grayscale: #616161. Windows color (decimal): -8893786 or 10898040. OLE color: 10898040.

HSL color Cylindrical-coordinate representation of color #784AA6: hue angle of 270º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784AA6 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 74 166 -
CMYK 0.28 0.55 0 0.35
HSL 270º 0.38% 0.47% -
HSV(B) 270º 0.55% 0.65% -
XYZ 17.08 11.64 37.42 -
YUV 98.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 120 74 166 0.28 0.55 0 0.35 270 0.38 0.47
Hex 78 4A A6 1C 37 0 23 10E 26 2F
Octal 170 112 246 34 67 0 43 416 46 57
Binary 1111000 1001010 10100110 11100 110111 0 100011 100001110 100110 101111

Color Harmonies of #784AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AA6

Black with #784AA6

Text Example


Text Example

White with #784AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,166); }

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

background-color css

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

 a { background-color: rgb(120,74,166); }

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

border-color css

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

 span { border-color: rgb(120,74,166); }

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