Html Css Color HEX #784AB9 Studio

📋 copy color: '#784AB9'

red 120 ◦ green 74 ◦ blue 185

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

Shades of Studio #784AB9

Tints of Studio #784AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 31.66%
G = 19.53%
B = 48.81%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784AB9 (or 0x784AB9) is known color: Studio. HEX triplet: 78, 4A and B9. RGB value is (120,74,185). Sum of RGB (Red+Green+Blue) = 120+74+185=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #784AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AB9 is #87B546. Grayscale: #646464. Windows color (decimal): -8893767 or 12143224. OLE color: 12143224.

HSL color Cylindrical-coordinate representation of color #784AB9: hue angle of 264.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784AB9 is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 74 185 -
CMYK 0.35 0.6 0 0.27
HSL 264.86º 0.44% 0.51% -
HSV(B) 264.86º 0.6% 0.73% -
XYZ 18.95 12.39 47.29 -
YUV 100.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 120 74 185 0.35 0.6 0 0.27 264.86 0.44 0.51
Hex 78 4A B9 23 3C 0 1B 109 2C 33
Octal 170 112 271 43 74 0 33 411 54 63
Binary 1111000 1001010 10111001 100011 111100 0 11011 100001001 101100 110011

Color Harmonies of #784AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AB9

Black with #784AB9

Text Example


Text Example

White with #784AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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