Html Css Color HEX #784FBA Studio

📋 copy color: '#784FBA'

red 120 ◦ green 79 ◦ blue 186

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

Shades of Studio #784FBA

Tints of Studio #784FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 31.17%
G = 20.52%
B = 48.31%

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

#784FBA (or 0x784FBA) is known color: Studio. HEX triplet: 78, 4F and BA. RGB value is (120,79,186). Sum of RGB (Red+Green+Blue) = 120+79+186=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #784FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FBA is #87B045. Grayscale: #676767. Windows color (decimal): -8892486 or 12210040. OLE color: 12210040.

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

Color convert

RGB 120 79 186 -
CMYK 0.35 0.58 0 0.27
HSL 262.99º 0.44% 0.52% -
HSV(B) 262.99º 0.58% 0.73% -
XYZ 19.4 13.13 47.97 -
YUV 103.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 120 79 186 0.35 0.58 0 0.27 262.99 0.44 0.52
Hex 78 4F BA 23 3A 0 1B 107 2C 34
Octal 170 117 272 43 72 0 33 407 54 64
Binary 1111000 1001111 10111010 100011 111010 0 11011 100000111 101100 110100

Color Harmonies of #784FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FBA

Black with #784FBA

Text Example


Text Example

White with #784FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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