Html Css Color HEX #784EB2 Studio

📋 copy color: '#784EB2'

red 120 ◦ green 78 ◦ blue 178

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

Shades of Studio #784EB2

Tints of Studio #784EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 31.91%
G = 20.74%
B = 47.34%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#784EB2 (or 0x784EB2) is known color: Studio. HEX triplet: 78, 4E and B2. RGB value is (120,78,178). Sum of RGB (Red+Green+Blue) = 120+78+178=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #784EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EB2 is #87B14D. Grayscale: #656565. Windows color (decimal): -8892750 or 11685496. OLE color: 11685496.

HSL color Cylindrical-coordinate representation of color #784EB2: hue angle of 265.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784EB2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 78 178 -
CMYK 0.33 0.56 0 0.30
HSL 265.2º 0.39% 0.5% -
HSV(B) 265.2º 0.56% 0.7% -
XYZ 18.51 12.66 43.59 -
YUV 101.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 120 78 178 0.33 0.56 0 0.30 265.2 0.39 0.5
Hex 78 4E B2 21 38 0 1E 109 27 32
Octal 170 116 262 41 70 0 36 411 47 62
Binary 1111000 1001110 10110010 100001 111000 0 11110 100001001 100111 110010

Color Harmonies of #784EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EB2

Black with #784EB2

Text Example


Text Example

White with #784EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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