Html Css Color HEX #784DB9 Studio

📋 copy color: '#784DB9'

red 120 ◦ green 77 ◦ blue 185

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

Shades of Studio #784DB9

Tints of Studio #784DB9

RGB

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

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

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

R = 31.41%
G = 20.16%
B = 48.43%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784DB9 (or 0x784DB9) is known color: Studio. HEX triplet: 78, 4D and B9. RGB value is (120,77,185). Sum of RGB (Red+Green+Blue) = 120+77+185=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #784DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DB9 is #87B246. Grayscale: #656565. Windows color (decimal): -8892999 or 12143992. OLE color: 12143992.

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

Color convert

RGB 120 77 185 -
CMYK 0.35 0.58 0 0.27
HSL 263.89º 0.44% 0.51% -
HSV(B) 263.89º 0.58% 0.73% -
XYZ 19.16 12.8 47.36 -
YUV 102.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 120 77 185 0.35 0.58 0 0.27 263.89 0.44 0.51
Hex 78 4D B9 23 3A 0 1B 108 2C 33
Octal 170 115 271 43 72 0 33 410 54 63
Binary 1111000 1001101 10111001 100011 111010 0 11011 100001000 101100 110011

Color Harmonies of #784DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DB9

Black with #784DB9

Text Example


Text Example

White with #784DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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