Html Css Color HEX #784ABA Studio

📋 copy color: '#784ABA'

red 120 ◦ green 74 ◦ blue 186

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

Shades of Studio #784ABA

Tints of Studio #784ABA

RGB

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

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

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

R = 31.58%
G = 19.47%
B = 48.95%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#784ABA (or 0x784ABA) is known color: Studio. HEX triplet: 78, 4A and BA. RGB value is (120,74,186). Sum of RGB (Red+Green+Blue) = 120+74+186=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #784ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ABA is #87B545. Grayscale: #646464. Windows color (decimal): -8893766 or 12208760. OLE color: 12208760.

HSL color Cylindrical-coordinate representation of color #784ABA: hue angle of 264.64º degrees, saturation: 0.45, 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 #784ABA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 74 186 -
CMYK 0.35 0.60 0 0.27
HSL 264.64º 0.45% 0.51% -
HSV(B) 264.64º 0.6% 0.73% -
XYZ 19.06 12.44 47.85 -
YUV 100.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 120 74 186 0.35 0.60 0 0.27 264.64 0.45 0.51
Hex 78 4A BA 23 3C 0 1B 109 2D 33
Octal 170 112 272 43 74 0 33 411 55 63
Binary 1111000 1001010 10111010 100011 111100 0 11011 100001001 101101 110011

Color Harmonies of #784ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784ABA

Black with #784ABA

Text Example


Text Example

White with #784ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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