Html Css Color HEX #784CBA Studio

📋 copy color: '#784CBA'

red 120 ◦ green 76 ◦ blue 186

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

Shades of Studio #784CBA

Tints of Studio #784CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 31.41%
G = 19.9%
B = 48.69%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784CBA (or 0x784CBA) is known color: Studio. HEX triplet: 78, 4C and BA. RGB value is (120,76,186). Sum of RGB (Red+Green+Blue) = 120+76+186=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #784CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CBA is #87B345. Grayscale: #656565. Windows color (decimal): -8893254 or 12209272. OLE color: 12209272.

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

Color convert

RGB 120 76 186 -
CMYK 0.35 0.59 0 0.27
HSL 264º 0.44% 0.51% -
HSV(B) 264º 0.59% 0.73% -
XYZ 19.19 12.71 47.9 -
YUV 101.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 120 76 186 0.35 0.59 0 0.27 264 0.44 0.51
Hex 78 4C BA 23 3B 0 1B 108 2C 33
Octal 170 114 272 43 73 0 33 410 54 63
Binary 1111000 1001100 10111010 100011 111011 0 11011 100001000 101100 110011

Color Harmonies of #784CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CBA

Black with #784CBA

Text Example


Text Example

White with #784CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,76,186); }

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

background-color css

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

 a { background-color: rgb(120,76,186); }

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

border-color css

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

 span { border-color: rgb(120,76,186); }

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